fix: use port configured in .env (#773)

This commit is contained in:
Gilles Devillers
2026-01-25 16:02:57 +01:00
committed by GitHub
parent 51d1a8f22b
commit 75bbeed300
5 changed files with 11 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ services:
volumes:
- app-storage:/rails/storage
ports:
- 3000:3000
- ${PORT:-3000}:3000
restart: unless-stopped
environment:
<<: *rails_env