Removing broken command statement.
This commit is contained in:
parent
ca3886af4a
commit
47e483c20d
|
@ -45,7 +45,6 @@ services:
|
|||
- "${MINIO_PORT}:5001"
|
||||
depends_on:
|
||||
- minio-service
|
||||
command: ["sh", "-c", "envsubst < /etc/nginx/nginx.template > /etc/nginx/nginx.conf && nginx -g 'daemon off;'"]
|
||||
|
||||
couchdb-service:
|
||||
image: apache/couchdb:3.0
|
||||
|
|
Loading…
Reference in New Issue