Update apps/weather-display/docker-compose.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s

This commit is contained in:
2026-07-04 19:22:54 +00:00
parent 25f03b1046
commit 1a0ff7953d

View File

@@ -4,7 +4,7 @@ services:
container_name: weather-display
restart: unless-stopped
ports:
- "3000:3000" # change container port if your app is not on 3000
- "80:3000" # change container port if your app is not on 3000
environment:
NODE_ENV: production
TZ: America/Indiana/Indianapolis