Skip to content

Commit

Permalink
fix: open port for container
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Aug 2, 2023
1 parent ada8344 commit 9ba9f22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ services:
image: ic-websocket-gateway
container_name: ic-websocket-gateway
restart: unless-stopped
ports:
- ${LISTEN_PORT}:443
command:
[
"--gateway-address",
"0.0.0.0:${LISTEN_PORT}",
"0.0.0.0:443",
"--subnet-url",
"${IC_URL}",
"--polling-interval",
Expand Down

0 comments on commit 9ba9f22

Please sign in to comment.