mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 11:04:14 +00:00
fix: use port configured in .env (#773)
This commit is contained in:
@@ -50,7 +50,7 @@ services:
|
||||
volumes:
|
||||
- app-storage:/rails/storage
|
||||
ports:
|
||||
- 3000:3000
|
||||
- ${PORT:-3000}:3000
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
<<: *rails_env
|
||||
|
||||
Reference in New Issue
Block a user