Fix(domserver): docker compose mount point
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 17s

This commit is contained in:
2025-04-10 21:57:06 +08:00
parent f09a7265af
commit bc70766c19

View File

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