Skip to content

Commit

Permalink
fix: specify project name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nymphxyz committed Aug 23, 2023
1 parent 9fd5cbb commit 1b9a749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ DOCKER_COMPOSE_FILE=${RELATIVE_SHELL_DIR}/${2:-"compose.yaml"}
MAX_CHECK_TIMES=5

echo "deploying $CONTAINER_NAME..."
sudo docker compose -f $DOCKER_COMPOSE_FILE down --rmi all
sudo docker compose -f $DOCKER_COMPOSE_FILE -p $CONTAINER_NAME down --rmi all
sudo docker compose -p $CONTAINER_NAME -f $DOCKER_COMPOSE_FILE up -d

sleep 5
Expand Down

0 comments on commit 1b9a749

Please sign in to comment.