Run on port 5001
This commit is contained in:
parent
a192c1951d
commit
6b2b8bb1b3
|
@ -6,7 +6,7 @@ services:
|
|||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- "5001:5000"
|
||||
environment:
|
||||
- FLASK_ENV=production
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in New Issue