Only listen on localhost by default
This commit is contained in:
parent
7e24a0c751
commit
fd86882f48
|
@ -12,7 +12,7 @@ services:
|
||||||
- TUTOR_USERNAME=tutor
|
- TUTOR_USERNAME=tutor
|
||||||
- TUTOR_PASSWORD=tutor
|
- TUTOR_PASSWORD=tutor
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- "127.0.0.1:8000:8000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/lessons:/home/tutor/lessons
|
- ./data/lessons:/home/tutor/lessons
|
||||||
- ./data/students:/home/tutor/students
|
- ./data/students:/home/tutor/students
|
||||||
|
|
Loading…
Reference in New Issue