diff --git a/docker-compose-pgsql.yml b/docker-compose-pgsql.yml index 8b69295..0c12175 100644 --- a/docker-compose-pgsql.yml +++ b/docker-compose-pgsql.yml @@ -21,7 +21,7 @@ services: depends_on: - postgresql entrypoint: /bin/sh - command: -c "/databunker/bin/databunker -init -db databunkerdb" + command: -c "/bin/busybox sleep 3; /databunker/bin/databunker -init -db databunkerdb" databunker: #build: . image: securitybunker/databunker:latest