Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
stremovsky committed May 21, 2024
1 parent f7019da commit fae0817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fae0817

Please sign in to comment.