Skip to content

Commit 748804a

Browse files
vsilentCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 027881a commit 748804a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/.stacker/deploy/production/docker-compose.remote.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ services:
66
image: trydirect/status-panel-web:latest
77
container_name: status-panel-web
88
ports:
9-
- 3000:3000
9+
- "3000:3000"
1010
env_file:
11-
- .env
11+
- .env
1212
environment:
1313
NODE_ENV: production
1414
NEXT_PUBLIC_SITE_URL: https://status.stacker.my

0 commit comments

Comments
 (0)