redis: remove exposed ports

This commit is contained in:
Nico Schottelius 2023-12-20 11:22:56 +01:00
parent 71689f9646
commit b05d427995

View file

@ -63,7 +63,6 @@ services:
restart: unless-stopped
container_name: synapse-worker-federation
nginx:
image: nginx:${NGINX_VERSION}
ports:
@ -78,7 +77,5 @@ services:
redis:
image: "redis:latest"
ports:
- "6379:6379/tcp"
restart: "unless-stopped"
container_name: redis