Skip to content

Commit 7849421

Browse files
authored
Merge pull request #34 from moonman369/dev-moonman369-0
update docker-compose
2 parents 340ef10 + e11affa commit 7849421

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ services:
1313
ports:
1414
# Bind to loopback only: Nginx reverse-proxies to localhost on this port,
1515
# so the app is never exposed publicly and no VM firewall rule is needed.
16-
- "127.0.0.1:8080:8080"
16+
# host 8081 -> container 8080 (8080 is already taken on the VM).
17+
- "127.0.0.1:8081:8080"
1718
restart: unless-stopped
1819
healthcheck:
1920
test: ["CMD", "wget", "-qO-", "http://localhost:8080/health"]

0 commit comments

Comments
 (0)