Merge pull request #382 from sergio-panseri-red/ws_container_tls_port

Open 8081 port in the WS container
This commit is contained in:
Leandro Machado 2025-11-05 18:19:26 -03:00 committed by GitHub
commit a3a3757e77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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