Skip to content

Commit

Permalink
Fix: invalid hostPort: 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
b-re-w committed Jun 6, 2024
1 parent 1f980e3 commit df1c252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ services:
- JUDGE_SERVER_TOKEN=CHANGE_THIS
# - FORCE_HTTPS=1
# - STATIC_CDN_HOST=cdn.oj.com
ports:
- "0.0.0.0:8000"
- "0.0.0.0:1443"
#ports:
# - "0.0.0.0:80:8000"
# - "0.0.0.0:443:1443"

0 comments on commit df1c252

Please sign in to comment.