Update docker-compose.yml

This commit is contained in:
Tyler
2025-08-25 14:55:28 -10:00
committed by GitHub
parent 0756e66b80
commit 7a9d87b46e
+2 -1
View File
@@ -5,7 +5,7 @@ services:
build: .
container_name: paccrypt
ports:
- "5001:5000"
- "5000:5000"
environment:
- PYTHONDONTWRITEBYTECODE=1
- PYTHONUNBUFFERED=1
@@ -19,4 +19,5 @@ services:
networks:
shared_internal:
external: true