Fix(judgehost): works with Debian12 + docker

This commit is contained in:
2025-04-07 20:32:38 +08:00
parent 320037ecdf
commit 83a95fe49c
12 changed files with 231 additions and 31 deletions

View File

@@ -21,8 +21,11 @@ services:
CONTAINER_TIMEZONE: Asia/Taipei
restart: always
volumes:
- "restapi_secret:/opt/domjudge/domserver/etc/restapi.secret"
- "./config/php/domjudge.conf:/etc/php/8.2/fpm/pool.d/domjudge.conf"
depends_on:
- mariadb
ports:
- "127.0.0.1:8080:80"
volumes:
restapi_secret: {}