mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-27 10:18:45 +00:00
5 lines
116 B
Bash
Executable File
5 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker compose -f docker-compose-pgsql.yml down || true
|
|
docker compose -f docker-compose-pgsql.yml up -d
|