adding -start agument

This commit is contained in:
Yuli
2024-09-13 18:56:30 +03:00
parent 20458d461a
commit d6e0b1c763
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ services:
env_file:
- .env/databunker.env
entrypoint: /bin/sh
command: -c "/databunker/bin/databunker -db databunkerdb -conf /databunker/conf/databunker.yaml"
command: -c "/databunker/bin/databunker -start -db databunkerdb -conf /databunker/conf/databunker.yaml"
depends_on:
- mysql
ports:

View File

@@ -29,7 +29,7 @@ services:
env_file:
- .env/databunker.env
entrypoint: /bin/sh
command: -c "/databunker/bin/databunker -db databunkerdb -conf /databunker/conf/databunker.yaml"
command: -c "/databunker/bin/databunker -start -db databunkerdb -conf /databunker/conf/databunker.yaml"
depends_on:
- postgresql
ports: