remove unused --docker arg in docker-compose
This commit is contained in:
@@ -29,7 +29,7 @@ services:
|
||||
- GANCIO_DB_DATABASE=gancio
|
||||
- GANCIO_DB_USERNAME=gancio
|
||||
- GANCIO_DB_PASSWORD=gancio
|
||||
command: gancio start --docker
|
||||
command: gancio start
|
||||
entrypoint: /entrypoint.sh
|
||||
volumes:
|
||||
- ./data:/home/node/data
|
||||
|
||||
Reference in New Issue
Block a user