Update docker-compose-caddy.yml

This commit is contained in:
猎隼丶止戈 2024-06-19 14:55:18 +08:00 committed by GitHub
parent d1ff94e048
commit d9356361ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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