remove unused --docker arg in docker-compose

This commit is contained in:
lesion
2022-05-10 16:14:29 +02:00
parent 2995ffa812
commit 67377f2090
4 changed files with 4 additions and 4 deletions

View File

@@ -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