Fix(domserver): docker compose mount point
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 18s
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 18s
This commit is contained in:
@@ -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"
|
- "domjudge_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: {}
|
domjudge_etc: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user