mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-27 10:18:45 +00:00
fix setup scripts
This commit is contained in:
@@ -20,7 +20,7 @@ services:
|
||||
- mysql
|
||||
entrypoint: /bin/sh
|
||||
# at first, this docker will wait for MySQL init to be ready.
|
||||
command: -c "/bin/busybox sleep 20 ; /databunker/bin/databunker -init -db databunkerdb"
|
||||
command: -c "/bin/busybox sleep 25 ; /databunker/bin/databunker -init -db databunkerdb"
|
||||
databunker:
|
||||
#build: .
|
||||
image: securitybunker/databunker:latest
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir data
|
||||
echo 'create ./data directory'
|
||||
mkdir data || true
|
||||
chmod 777 data
|
||||
mkdir -p .env
|
||||
|
||||
|
||||
Reference in New Issue
Block a user