Merge pull request #22 from devnoname120/patch-1

Change port of backend to 80 in docker-compose
This commit is contained in:
李扬 2018-11-04 07:17:19 +08:00 committed by GitHub
commit a35ebd12a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ services:
# - $PWD/server:/code:ro
- $PWD/run:/judger
environment:
- BACKEND_URL=http://backend:8000/api/judge_server_heartbeat
- BACKEND_URL=http://backend:80/api/judge_server_heartbeat
- SERVICE_URL=http://judge-server:12358
- TOKEN=YOUR_TOKEN_HERE
ports: