mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2025-07-07 03:25:12 +02:00
Optimized default port
This commit is contained in:
parent
1bea9703ea
commit
dfbc840c69
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
app/config.yaml
|
||||
*__pycache__*
|
||||
app/static/cache/*
|
||||
app/static/cache/*
|
||||
.env
|
@ -8,7 +8,7 @@ services:
|
||||
image: application-portfolio
|
||||
container_name: portfolio
|
||||
ports:
|
||||
- "${PORT:-5000}:5000"
|
||||
- "${PORT:-5000}:${PORT:-5000}"
|
||||
volumes:
|
||||
- ./app:/app
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user