Fix: External port exposed by default

This commit is contained in:
root 2022-10-29 22:25:16 +00:00
parent 08f3bf7d31
commit f251eaf075

View File

@ -6,5 +6,5 @@ services:
- $app_dir_data:/posio
environment:
- POSIO_SETTINGS=/app/config.py
ports:
- 5000:5000
#ports:
# - 5000:5000