1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-03-23 16:17:03 +00:00

fix: install error

This commit is contained in:
Baoshuo Ren 2024-08-10 18:53:34 +08:00
parent 678889ba4f
commit 86b9b47dd8
Failed to extract signature
3 changed files with 6 additions and 2 deletions

0
.config.php Normal file → Executable file

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

@ -53,6 +53,8 @@ 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
- type: bind
source: ./.config.php
target: /opt/uoj/web/app/.config.php
ports:
- "80:80"