fix: Remove quotes to match other services [skip travis]
This commit is contained in:
parent
9651dbb635
commit
80cad7417b
@ -17,8 +17,8 @@ services:
|
|||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- "cert-vol:/letsencrypt"
|
- cert-vol:/letsencrypt
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
|
||||||
erpnext-nginx:
|
erpnext-nginx:
|
||||||
image: frappe/erpnext-nginx:${ERPNEXT_VERSION}
|
image: frappe/erpnext-nginx:${ERPNEXT_VERSION}
|
||||||
@ -133,8 +133,8 @@ 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
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user