mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 14:18:40 +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
|
.php-cs-fixer.cache
|
||||||
docker-compose.local.yml
|
docker-compose.local.yml
|
||||||
.config.php
|
.config.php
|
||||||
|
.config.development.php
|
||||||
|
.config.local.php
|
||||||
|
@ -60,6 +60,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./uoj_data/web/data:/var/uoj_data
|
- ./uoj_data/web/data:/var/uoj_data
|
||||||
- ./uoj_data/web/storage:/opt/uoj/web/app/storage
|
- ./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:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
Loading…
Reference in New Issue
Block a user