mirror of
https://github.com/NoCLin/LightMirrors
synced 2025-08-02 15:24:49 +08:00
Merge 4b019feeb2e5246c360886e8045b6a07b2965a29 into 2e1ae11ad4826b2fb2bf2ec7109f2690612ea405
This commit is contained in:
commit
7a1d004bd2
@ -38,7 +38,7 @@ auto-file-renaming=false
|
||||
content-disposition-default-utf8=true
|
||||
|
||||
enable-rpc=true
|
||||
rpc-allow-origin-all=false
|
||||
rpc-allow-origin-all=true
|
||||
rpc-listen-all=true
|
||||
rpc-listen-port=6800
|
||||
rpc-max-request-size=10M
|
||||
|
@ -21,7 +21,6 @@ services:
|
||||
build:
|
||||
context: caddy
|
||||
dockerfile: Dockerfile
|
||||
|
||||
ports:
|
||||
- "443:443"
|
||||
volumes:
|
||||
@ -39,6 +38,8 @@ services:
|
||||
- ./aria2/aria2.conf:/aria2.conf
|
||||
- ./data/cache:/app/cache
|
||||
- ./data/aria2:/data/
|
||||
ports:
|
||||
- "6800:6800"
|
||||
networks:
|
||||
- app
|
||||
env_file:
|
||||
@ -47,4 +48,4 @@ services:
|
||||
networks:
|
||||
app:
|
||||
name: lightmirrors_app
|
||||
driver: bridge
|
||||
driver: bridge
|
||||
|
@ -23,6 +23,8 @@ services:
|
||||
- ./aria2/aria2.conf:/aria2.conf
|
||||
- ./data/cache:/app/cache
|
||||
- ./data/aria2:/data/
|
||||
ports:
|
||||
- "6800:6800"
|
||||
networks:
|
||||
- app
|
||||
env_file:
|
||||
@ -31,4 +33,4 @@ services:
|
||||
networks:
|
||||
app:
|
||||
name: lightmirrors_app
|
||||
driver: bridge
|
||||
driver: bridge
|
||||
|
Loading…
x
Reference in New Issue
Block a user