Change port to 84 in docker-compose.yml

This commit is contained in:
Antigravity
2026-06-08 11:18:43 +00:00
parent ec75425764
commit 44e513c59a

View File

@@ -2,7 +2,7 @@ services:
web:
image: nginx:alpine
ports:
- "8080:80"
- "84:80"
volumes:
- .:/usr/share/nginx/html:ro
restart: always