mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-12-03 16:46:20 +00:00
fix: install error
Some checks failed
Build & Push Docker Images / Build Image (., web/Dockerfile, web) (push) Failing after 23s
Build & Push Docker Images / Build Image (db, db/Dockerfile, db) (push) Failing after 11s
Build & Push Docker Images / Build Image (judger, judger/Dockerfile, judger) (push) Failing after 9s
Build & Push Docker Images / Build Image (remote_judger, remote_judger/Dockerfile, remote-judger) (push) Failing after 13s
Some checks failed
Build & Push Docker Images / Build Image (., web/Dockerfile, web) (push) Failing after 23s
Build & Push Docker Images / Build Image (db, db/Dockerfile, db) (push) Failing after 11s
Build & Push Docker Images / Build Image (judger, judger/Dockerfile, judger) (push) Failing after 9s
Build & Push Docker Images / Build Image (remote_judger, remote_judger/Dockerfile, remote-judger) (push) Failing after 13s
This commit is contained in:
parent
678889ba4f
commit
86b9b47dd8
0
.config.php
Normal file → Executable file
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"
|
||||
|
Loading…
Reference in New Issue
Block a user