mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 23:35:09 +00:00
Fix: Quotes are needed here
This commit is contained in:
parent
83d42a8a32
commit
eb2dcb7f8e
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ services:
|
||||||
|
|
||||||
site-creator:
|
site-creator:
|
||||||
image: frappe/erpnext-worker:${ERPNEXT_VERSION}
|
image: frappe/erpnext-worker:${ERPNEXT_VERSION}
|
||||||
restart: no
|
restart: "no"
|
||||||
command: new
|
command: new
|
||||||
depends_on:
|
depends_on:
|
||||||
- erpnext-python
|
- erpnext-python
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue