mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 13:44:43 +00:00
Added 5555 port mapping to traefik service
This commit is contained in:
parent
c6026bbc4d
commit
f6a63a5f0c
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue