Update docker-compose.yml

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

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