2 parents 340ef10 + e11affa commit 7849421Copy full SHA for 7849421
1 file changed
docker-compose.yml
@@ -13,7 +13,8 @@ services:
13
ports:
14
# Bind to loopback only: Nginx reverse-proxies to localhost on this port,
15
# so the app is never exposed publicly and no VM firewall rule is needed.
16
- - "127.0.0.1:8080:8080"
+ # host 8081 -> container 8080 (8080 is already taken on the VM).
17
+ - "127.0.0.1:8081:8080"
18
restart: unless-stopped
19
healthcheck:
20
test: ["CMD", "wget", "-qO-", "http://localhost:8080/health"]
0 commit comments