Merge 4b019feeb2e5246c360886e8045b6a07b2965a29 into d1ff94e048a904725a62dc13a6c9ec0865e51966

This commit is contained in:
猎隼丶止戈 2024-06-19 06:58:10 +00:00 committed by GitHub
commit 2ad1b2cc22
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