mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-28 16:42:30 +00:00
adding -start agument
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user