Skip to content

Commit

Permalink
Switch deploy script to Docker Compose v2 plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Nov 16, 2023
1 parent 9412af5 commit 52c6861
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ export APP_VERSION

# Replace the current app
ln -sf docker-compose.live.yml docker-compose.override.yml
docker-compose pull
docker-compose down --remove-orphans
docker-compose up -d
docker compose pull
docker compose down --remove-orphans
docker compose up -d

# Cleanup
docker system prune -af

0 comments on commit 52c6861

Please sign in to comment.