redis: remove exposed ports
This commit is contained in:
parent
71689f9646
commit
b05d427995
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue