Update docker-compose files

This commit is contained in:
2017-09-04 17:08:29 +08:00
parent 909440d98f
commit 11ca19e64d
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -33,6 +33,8 @@ services:
# - ARIA2_USER=admin
# - ARIA2_PWD=password
# - ENABLE_AUTH=true
# volumes:
# - /some_folder:/root/conf/key
volumes_from:
- web
+2 -1
View File
@@ -5,7 +5,6 @@ services:
image: bixidock/h5ai
volumes:
- /data:/var/www
# - /some_folder:/root/conf/key
aria2:
image: wahyd4/aria2-ariang:caddy-h5ai
ports:
@@ -14,6 +13,8 @@ services:
- "6800:6800"
volumes_from:
- h5ai
# volumes:
# - /some_folder:/root/conf/key
environment:
- DOMAIN=localhost:80
# - SSL=true
+2 -1
View File
@@ -6,7 +6,6 @@ services:
volumes:
- /data/nextcloud:/data
- /data:/user-files
# - /some_folder:/root/conf/key
aria2:
image: wahyd4/aria2-ariang:caddy-nextcloud
ports:
@@ -15,6 +14,8 @@ services:
- "443:443"
volumes_from:
- nextcloud
# volumes:
# - /some_folder:/root/conf/key
environment:
- DOMAIN=localhost:80
# - SSL=true