Added 5555 port mapping to traefik service

This commit is contained in:
Demetris Stavrou 2020-02-21 10:08:10 +02:00
parent c6026bbc4d
commit f6a63a5f0c

View File

@ -42,6 +42,7 @@ 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:5555:5555"
redis: redis:
image: redis:5.0 image: redis:5.0