2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 18:49:01 +00:00

Fix: Quotes are needed here

This commit is contained in:
Javier López 2020-06-13 16:03:02 -05:00
parent 83d42a8a32
commit eb2dcb7f8e

View File

@ -133,7 +133,7 @@ services:
site-creator:
image: frappe/erpnext-worker:${ERPNEXT_VERSION}
restart: no
restart: "no"
command: new
depends_on:
- erpnext-python