mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 14:15: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:
|
||||
image: frappe/erpnext-worker:${ERPNEXT_VERSION}
|
||||
restart: no
|
||||
restart: "no"
|
||||
command: new
|
||||
depends_on:
|
||||
- erpnext-python
|
||||
|
|
|
|||
Loading…
Reference in a new issue