Compare commits

..

1 Commits

Author SHA1 Message Date
2dfe735c78
Merge f39eef51e6 into 678889ba4f 2024-08-01 20:20:07 +08:00
3 changed files with 2 additions and 6 deletions

0
.config.php Executable file → Normal file
View File

View File

@ -77,8 +77,6 @@ services:
volumes:
- ./uoj_data/web/data:/var/uoj_data
- ./uoj_data/web/storage:/opt/uoj/web/app/storage
- type: bind
source: ./.config.development.php
target: /opt/uoj/web/app/.config.php
- ./.config.development.php:/opt/uoj/web/app/.config.php
ports:
- "80:80"

View File

@ -53,8 +53,6 @@ services:
volumes:
- ./uoj_data/web/data:/var/uoj_data
- ./uoj_data/web/storage:/opt/uoj/web/app/storage
- type: bind
source: ./.config.php
target: /opt/uoj/web/app/.config.php
- ./.config.php:/opt/uoj/web/app/.config.php
ports:
- "80:80"