Skip to content

Commit

Permalink
use correct port
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Dec 13, 2024
1 parent 0e7d2ca commit a4a119d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
docker stop ${{ env.DOCKER_IMAGE }} || true
docker rm ${{ env.DOCKER_IMAGE }} || true
docker run -d --name ${{ env.DOCKER_IMAGE }} \
-p 80:80 \
-p 8091:80 \
--restart unless-stopped \
${{ env.DOCKER_IMAGE }}
rm image.tar.gz
Expand Down

0 comments on commit a4a119d

Please sign in to comment.