mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 23:35:09 +00:00
parent
495d744f05
commit
56a203d37c
1 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# frappe_docker
|
# frappe_docker
|
||||||
|
|
||||||
* Docker file to run frappe in a container
|
* Docker Compose file to run frappe in a container
|
||||||
* Docker makes it much easier to deploy [frappe](https://github.com/frappe/frappe) on your development servers.
|
* Docker makes it much easier to deploy [frappe](https://github.com/frappe/frappe) on your development servers.
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
@ -44,8 +44,7 @@ links:
|
||||||
- mariadb
|
- mariadb
|
||||||
```
|
```
|
||||||
|
|
||||||
Links another container to the current container. This will add `--link postgres:postgres`
|
Links another container to the current container. This will add `--link docker_frappe:mariadb` and `--link docker_frappe:redis` to the options when running the container.
|
||||||
to the options when running the container.
|
|
||||||
|
|
||||||
#### depends_on:
|
#### depends_on:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue