Only listen on localhost by default

This commit is contained in:
wpetit 2016-11-08 15:57:13 +01:00
parent 7e24a0c751
commit fd86882f48
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ services:
- TUTOR_USERNAME=tutor
- TUTOR_PASSWORD=tutor
ports:
- 8000:8000
- "127.0.0.1:8000:8000"
volumes:
- ./data/lessons:/home/tutor/lessons
- ./data/students:/home/tutor/students