Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit cd78e67

Browse files
committed
Update image name
1 parent ee1e5fb commit cd78e67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose.mailhog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
koneko:
5-
image: gedorinku/koneko-online-judge:latest
5+
image: programminglab/koneko-online-judge:latest
66
command: ["./wait-for-it.sh", "mysql:3306", "--", "./run.sh"]
77
environment:
88
KOJ_DB_DRIVER: "mysql"

docker-compose.production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
koneko:
5-
image: gedorinku/koneko-online-judge:latest
5+
image: programminglab/koneko-online-judge:latest
66
command: ["./run.sh"]
77
environment:
88
DOCKER_API_VERSION: "1.35"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
koneko:
5-
image: gedorinku/koneko-online-judge:latest
5+
image: programminglab/koneko-online-judge:latest
66
command: ["./wait-for-it.sh", "mysql:3306", "--", "./run.sh"]
77
environment:
88
KOJ_DB_DRIVER: "mysql"

0 commit comments

Comments
 (0)