mirror of
https://github.com/NoCLin/LightMirrors
synced 2025-08-05 17:51:33 +08:00
Update docker-compose-caddy.yml
This commit is contained in:
parent
d1ff94e048
commit
d9356361ca
@ -21,7 +21,6 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: caddy
|
context: caddy
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
@ -39,6 +38,8 @@ services:
|
|||||||
- ./aria2/aria2.conf:/aria2.conf
|
- ./aria2/aria2.conf:/aria2.conf
|
||||||
- ./data/cache:/app/cache
|
- ./data/cache:/app/cache
|
||||||
- ./data/aria2:/data/
|
- ./data/aria2:/data/
|
||||||
|
ports:
|
||||||
|
- "6800:6800"
|
||||||
networks:
|
networks:
|
||||||
- app
|
- app
|
||||||
env_file:
|
env_file:
|
||||||
@ -47,4 +48,4 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
app:
|
app:
|
||||||
name: lightmirrors_app
|
name: lightmirrors_app
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
Loading…
x
Reference in New Issue
Block a user