mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-23 18:58:42 +00:00
Compare commits
2 Commits
2dfe735c78
...
c7bfbe28d6
Author | SHA1 | Date | |
---|---|---|---|
c7bfbe28d6 | |||
86b9b47dd8 |
0
.config.php
Normal file → Executable file
0
.config.php
Normal file → Executable file
@ -77,6 +77,8 @@ 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.development.php:/opt/uoj/web/app/.config.php
|
- type: bind
|
||||||
|
source: ./.config.development.php
|
||||||
|
target: /opt/uoj/web/app/.config.php
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
@ -53,6 +53,8 @@ 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
|
- type: bind
|
||||||
|
source: ./.config.php
|
||||||
|
target: /opt/uoj/web/app/.config.php
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
Loading…
Reference in New Issue
Block a user