Skip to content

Commit 72badf9

Browse files
committed
Update locahost to local ip-address for exposed port on quarkus app
1 parent f0297a1 commit 72badf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
PUB_KEY_LOCATION: file:/keys/publicKey.pem
107107
PRIV_KEY_LOCATION: file:/keys/privateKey.pem
108108
ports:
109-
- "localhost:8081:8081"
109+
- "127.0.0.1:8081:8081"
110110
networks: [snapchef]
111111
restart: unless-stopped
112112
volumes:

0 commit comments

Comments
 (0)