mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-27 10:18:45 +00:00
minor fix to wait for the db to bre ready
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user