Skip to content

Commit

Permalink
another attempt at trying to host service at 443 with coolify
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsndk committed Oct 13, 2024
1 parent 577d8e6 commit 2c22e74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ 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, change port 443 to 8022
ports:
- "8022:443"
# - "8022:8022"
# if you want to run this on localhost, expose it
# ports:
# - "8022:8022"
# 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"]
depends_on:
Expand Down

0 comments on commit 2c22e74

Please sign in to comment.