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

@@ -13,7 +13,7 @@ services:
- GANCIO_DB_DIALECT=sqlite
- GANCIO_DB_STORAGE=./gancio.sqlite
entrypoint: /entrypoint.sh
command: gancio start --docker
command: gancio start
volumes:
- ./data:/home/node/data
ports: