mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
Added 5555 port mapping to traefik service
This commit is contained in:
parent
c6026bbc4d
commit
f6a63a5f0c
|
@ -42,6 +42,7 @@ services:
|
|||
ports:
|
||||
- "0.0.0.0:80:80"
|
||||
- "0.0.0.0:443:443"
|
||||
- "0.0.0.0:5555:5555"
|
||||
|
||||
redis:
|
||||
image: redis:5.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user