Run on port 5001

This commit is contained in:
Digital Studium 2025-05-14 19:03:38 +03:00
parent a192c1951d
commit 6b2b8bb1b3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "5000:5000" - "5001:5000"
environment: environment:
- FLASK_ENV=production - FLASK_ENV=production
restart: unless-stopped restart: unless-stopped