Skip to content

Commit

Permalink
fix: 볼륨 마운트 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
kamothi committed Oct 9, 2024
1 parent 6c72ec8 commit 39ebb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
sudo docker rm game-service || true
sudo docker pull ${{ secrets.DOCKER_REPO }}
sudo docker run -d --name game-service -p 8080:8080 \
sudo docker run -d --name game-service -v /var/log/game:/var/log/game -p 8080:8080 \
ji0513ji/game-server:latest

- name: Notify
Expand Down

0 comments on commit 39ebb33

Please sign in to comment.