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:
parent
612c5bb265
commit
402b48bf5c
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user