Skip to content

Commit

Permalink
fix: compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo committed Jul 3, 2024
1 parent f2c90f5 commit 8523307
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 @@ -2,7 +2,7 @@ version: '3'

services:
uoj-db:
image: ghcr.io/UniversalOJ/uoj-db:latest
image: ghcr.io/universaloj/uoj-db:latest
build:
context: ./db/
dockerfile: Dockerfile
Expand All @@ -15,7 +15,7 @@ services:
- MYSQL_ROOT_PASSWORD=root

uoj-judger:
image: ghcr.io/UniversalOJ/uoj-judger:latest
image: ghcr.io/universaloj/uoj-judger:latest
build:
context: ./judger/
dockerfile: Dockerfile
Expand All @@ -36,7 +36,7 @@ services:
- SOCKET_PASSWORD=_judger_socket_password_

uoj-web:
image: ghcr.io/UniversalOJ/uoj-web:latest
image: ghcr.io/universaloj/uoj-web:latest
build:
context: ./
dockerfile: web/Dockerfile
Expand Down

0 comments on commit 8523307

Please sign in to comment.