update host port to 8080
Some checks are pending
Deploy Hugo site to Pages / build (push) Waiting to run
Deploy Hugo site to Pages / deploy (push) Blocked by required conditions

This commit is contained in:
peskyadmin 2025-03-25 22:22:47 -04:00
parent 57ab68aca7
commit cf7d23f3d4

View File

@ -6,7 +6,7 @@ services:
dockerfile: Dockerfile
image: my-hugo-app:production
ports:
- "80:80"
- "8080:80"
restart: unless-stopped
environment:
- NGINX_PORT=80