Solved other port bugs
This commit is contained in:
@@ -11,6 +11,7 @@ services:
|
||||
- "${PORT:-5000}:${PORT:-5000}"
|
||||
volumes:
|
||||
- ./app:/app
|
||||
- ./.env:/app./.env
|
||||
environment:
|
||||
- PORT=${PORT:-5000}
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user