mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-29 00:52:19 +00:00
adding -start agument
This commit is contained in:
@@ -28,7 +28,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .env/databunker.env
|
- .env/databunker.env
|
||||||
entrypoint: /bin/sh
|
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:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .env/databunker.env
|
- .env/databunker.env
|
||||||
entrypoint: /bin/sh
|
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:
|
depends_on:
|
||||||
- postgresql
|
- postgresql
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user