mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-27 18:18:43 +00:00
6 lines
167 B
Bash
Executable File
6 lines
167 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker build -t securitybunker/databunker:latest .
|
|
docker-compose -f docker-compose-pgsql.yml down || true
|
|
docker-compose -f docker-compose-pgsql.yml up -d
|