Skip to content

Commit 838e987

Browse files
committed
fix: update image repository paths in docker-compose.yml
1 parent dfc6bd8 commit 838e987

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
uoj-db:
4-
image: hkccr.ccs.tencentyun.com/baoshuo/s2oj-db
4+
image: hkccr.ccs.tencentyun.com/renbaoshuo/s2oj-db
55
container_name: uoj-db
66
restart: always
77
volumes:
@@ -11,7 +11,7 @@ services:
1111
- MYSQL_ROOT_PASSWORD=root
1212

1313
uoj-judger:
14-
image: hkccr.ccs.tencentyun.com/baoshuo/s2oj-judger
14+
image: hkccr.ccs.tencentyun.com/renbaoshuo/s2oj-judger
1515
container_name: uoj-judger
1616
restart: always
1717
stdin_open: true
@@ -30,7 +30,7 @@ services:
3030
- SOCKET_PASSWORD=_judger_socket_password_
3131

3232
uoj-remote-judger:
33-
image: hkccr.ccs.tencentyun.com/baoshuo/s2oj-remote-judger
33+
image: hkccr.ccs.tencentyun.com/renbaoshuo/s2oj-remote-judger
3434
container_name: uoj-remote-judger
3535
restart: always
3636
environment:
@@ -40,7 +40,7 @@ services:
4040
- UOJ_JUDGER_PASSWORD=_judger_password_
4141

4242
uoj-web:
43-
image: hkccr.ccs.tencentyun.com/baoshuo/s2oj-web
43+
image: hkccr.ccs.tencentyun.com/renbaoshuo/s2oj-web
4444
container_name: uoj-web
4545
restart: always
4646
stdin_open: true

0 commit comments

Comments
 (0)