From d6e0b1c76312ec4007fea939643f981d9fc4afb6 Mon Sep 17 00:00:00 2001 From: Yuli Date: Fri, 13 Sep 2024 18:56:30 +0300 Subject: [PATCH] adding -start agument --- docker-compose-mysql.yml | 2 +- docker-compose-pgsql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose-mysql.yml b/docker-compose-mysql.yml index b1cac30..1c7ed23 100644 --- a/docker-compose-mysql.yml +++ b/docker-compose-mysql.yml @@ -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: diff --git a/docker-compose-pgsql.yml b/docker-compose-pgsql.yml index 0c12175..5307551 100644 --- a/docker-compose-pgsql.yml +++ b/docker-compose-pgsql.yml @@ -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: