Merge 4b019feeb2e5246c360886e8045b6a07b2965a29 into 2e1ae11ad4826b2fb2bf2ec7109f2690612ea405

This commit is contained in:
猎隼丶止戈 2024-06-22 16:22:33 +08:00 committed by GitHub
commit 7a1d004bd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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