remove unused --docker arg in docker-compose
This commit is contained in:
parent
2995ffa812
commit
67377f2090
4 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -27,7 +27,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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue