fix: config

This commit is contained in:
Baoshuo Ren 2023-01-15 19:59:17 +08:00
parent fadf722527
commit 4226b25e91
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ uoj_data_2/
.php-cs-fixer.cache
docker-compose.local.yml
.config.php
.config.development.php
.config.local.php

View File

@ -60,6 +60,6 @@ services:
volumes:
- ./uoj_data/web/data:/var/uoj_data
- ./uoj_data/web/storage:/opt/uoj/web/app/storage
- ./.config.php:/opt/uoj/web/app/.config.php
- ./.config.development.php:/opt/uoj/web/app/.config.php
ports:
- "80:80"