Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Nov 7, 2024
1 parent 02e00e7 commit af41663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
image: caddy:latest
ports:
- "80:9944" # Map external 80 to Caddy's 9944 for Node/RPC
- "443:9945" # Map external 443 to Caddy's 9945 for HTTPS
- "443:9944" # Map external 443 to Caddy's 9945 for HTTPS
- "8081:8080" # Map external 8081 to Caddy's 8080 for Hasura
- "3011:3001" # Map external 3011 to Caddy's 3001 for Consensus
- "3012:3002" # Map external 3012 to Caddy's 3002 for Leaderboard
Expand Down

0 comments on commit af41663

Please sign in to comment.