mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-24 17:28:41 +00:00
fix: config
This commit is contained in:
parent
fadf722527
commit
4226b25e91
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@ uoj_data_2/
|
||||
.php-cs-fixer.cache
|
||||
docker-compose.local.yml
|
||||
.config.php
|
||||
.config.development.php
|
||||
.config.local.php
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user