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