diff --git a/start-docker.sh b/start-docker.sh index f7aa104..bb5c70d 100755 --- a/start-docker.sh +++ b/start-docker.sh @@ -3,5 +3,5 @@ VERSION=$(cat ./version.txt) docker build -t securitybunker/databunker:$VERSION . docker tag securitybunker/databunker:$VERSION securitybunker/databunker:latest -docker-compose -f docker-compose-pgsql.yml down || true -docker-compose -f docker-compose-pgsql.yml up -d +docker compose -f docker-compose-pgsql.yml down || true +docker compose -f docker-compose-pgsql.yml up -d