Skip to content

Commit

Permalink
another attempt at getting wss to work
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsndk committed Oct 13, 2024
1 parent 2c22e74 commit 5658a91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ services:
image: game_server_image

# coolify + traefik runs on port 80/433 by default and maps a domain name to an internal service e.g. eu1.thmsn.adventureland.community points to eu1:8022 inside docker
# if you want to run this on localhost, expose it
# ports:
# - "8022:8022"
ports:
- "8022:443"
# setting the port to 443 makes the port be saved and pushed out to clients
entrypoint: ["bash", "/adventureland/node-server-entrypoint.sh", "EU", "I", "443"]
# entrypoint: ["bash", "/adventureland/node-server-entrypoint.sh", "EU", "I", "8022"]
Expand Down

0 comments on commit 5658a91

Please sign in to comment.