1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00
This commit is contained in:
kev 2015-07-05 13:13:42 +08:00
parent d675429574
commit 1af9900827

View File

@ -23,7 +23,8 @@ aria2
└── server.key
```
> You may make `data` a symbolic link to `/home/aria2` or somewhere else.
> You may make `data` a symbolic link to `/home/aria2` or somewhere else.
> To implement disk quota, you can even create a [virtual disk][1].
## docker-compose.yml
@ -109,3 +110,4 @@ $ firefox http://server:8080/
> `httpie` will throw error without `--verify no` option, I don't know why!
> Open `https://server:6800` in your browser, and accept security certificate.
[1]: http://souptonuts.sourceforge.net/quota_tutorial.html