configure local port too

This commit is contained in:
2018-01-25 14:59:34 +02:00
parent f6696d8e28
commit 111fcc9194
3 changed files with 7 additions and 5 deletions

View File

@@ -6,10 +6,10 @@ services:
build:
context: code
ports:
- 127.0.0.1:8136:80
- "${FLEES_EXPOSE}:80"
volumes:
- ./data/:/code/data/
# restart: always
restart: always