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