Skip to content

Commit a6a8101

Browse files
authored
Update port mapping for gateway service
1 parent 988e425 commit a6a8101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_container_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "Running container: trumpee-${{ env.lowercase_repo_name }}:${{ github.event.inputs.image_tag }}"
4646
echo "Container name: $safe_container_name"
4747
docker run -d \
48-
-p 22001:80 \
48+
-p 22001:8080 \
4949
--restart unless-stopped \
5050
--name $safe_container_name \
5151
ghcr.io/trumpee/trumpee-${{ env.lowercase_repo_name }}:${{ github.event.inputs.image_tag}}

0 commit comments

Comments
 (0)