mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2026-02-22 18:52:41 +00:00
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