mirror of
https://github.com/wahyd4/aria2-ariang-x-docker-compose.git
synced 2026-08-08 21:00:46 +10:00
#3 Add ability to bind domain and set https.
This commit is contained in:
@@ -6,12 +6,14 @@ services:
|
||||
volumes:
|
||||
- /data:/var/www
|
||||
aria2:
|
||||
image: wahyd4/aria2-ariang:h5ai
|
||||
image: wahyd4/aria2-ariang:caddy-h5ai
|
||||
ports:
|
||||
- "8000:80"
|
||||
- "6800:6800"
|
||||
volumes_from:
|
||||
- h5ai
|
||||
environment:
|
||||
- DOMAIN=localhost:80
|
||||
links:
|
||||
- h5ai:file-manager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user