mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-29 17:12:22 +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
|