add alias to nginx

This commit is contained in:
fkwp
2025-07-31 17:03:42 +02:00
committed by Valere
parent b35fcf9076
commit d59e794bdf

View File

@@ -21,8 +21,6 @@ services:
ports: ports:
# HOST_PORT:CONTAINER_PORT # HOST_PORT:CONTAINER_PORT
- 6080:6080 - 6080:6080
extra_hosts:
- "matrix-rtc.m.localhost:host-gateway"
networks: networks:
- ecbackend - ecbackend
@@ -104,4 +102,6 @@ services:
depends_on: depends_on:
- synapse - synapse
networks: networks:
- ecbackend ecbackend:
aliases:
- matrix-rtc.m.localhost