Skip to content

Commit

Permalink
Merge pull request #105 from wafflestudio/save-playlist-id
Browse files Browse the repository at this point in the history
hotfix: docker-compose container volumes
  • Loading branch information
yeonsumia authored Aug 19, 2022
2 parents 2b258a1 + 317d5bc commit 8d048f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy/runDocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [ "$DEPLOYMENT_GROUP_NAME" == "dev" ]
then
# Remove any anonymous volumes attached to containers (-v)
# sudo docker-compose -f ~/deploy/docker-compose.yml rm -v
# sudo docker-compose -f ~/deploy/docker-compose.yml rm
# Recreate anonymous volumes instead of retrieving data from the previous containers (--renew-anon-volumes)
sudo docker-compose -f ~/deploy/docker-compose.yml up -d
# build images and run containers
Expand Down

0 comments on commit 8d048f3

Please sign in to comment.