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:14:55 +00:00
parent 77f4dc7aae
commit 25f03b1046

View File

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