Removed exposed Flask port

This commit is contained in:
2025-01-22 14:03:36 +00:00
parent 0f727f8c0d
commit 38003695f7

View File

@@ -15,7 +15,7 @@ services:
build:
context: ./web_server
ports:
- "5000:5000"
- "5000"
networks:
- app_network