mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-10 15:04:52 +03:00
Removed Traefik dashboard port binding
Co-Authored-By: demestav <demestav@gmail.com>
This commit is contained in:
parent
2f748a507f
commit
d86895d262
|
@ -42,7 +42,6 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "0.0.0.0:80:80"
|
- "0.0.0.0:80:80"
|
||||||
- "0.0.0.0:443:443"
|
- "0.0.0.0:443:443"
|
||||||
- "0.0.0.0:8080:8080"
|
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:3.2
|
image: redis:3.2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user