Open 8081 port in the WS container

Since the container by default support TLS on port 8081, the docker compose yaml file should
make that port open by default.
This commit is contained in:
Sergio Panseri 2025-11-03 10:05:58 +01:00
parent 612c5bb265
commit 402b48bf5c

View File

@ -72,6 +72,7 @@ services:
container_name: websockets container_name: websockets
ports: ports:
- 8080:8080 - 8080:8080
- 8081:8081
env_file: env_file:
- .env.ws - .env.ws
volumes: volumes: