Update apps/weather-display/docker-compose.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
container_name: weather-display
|
container_name: weather-display
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
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:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
TZ: America/Indiana/Indianapolis
|
TZ: America/Indiana/Indianapolis
|
||||||
|
|||||||
Reference in New Issue
Block a user