Skip to content

Commit 7597acf

Browse files
authored
Minor readme correction
1 parent 2f63249 commit 7597acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Then simply run `docker-compose up -d`, that's it!
147147
|:---|:---|
148148
| `/data` | The folder contains all the files you download. |
149149
| `/app/conf/key` | The folder which stores Aria2 SSL `certificate` and `key` |file. `Notice`: The certificate file should be named `aria2.crt` and the key file should be named `aria2.key` |
150-
| `/app/conf` | The Aria2 configuration and file session folder. `🚨Please make sure you have `aria2.conf` and `aria2.session` file exist on your host, when yout mount /app/conf`. For the first time `aria2.session` just need to be a empty file can be appended. You can also user the templates for these two file in the `conf` folder of this project. Please put your `rclone.conf` in this folder as well if you'd mount it to Rclone. So all the config files supported in this folder are: `aria2.conf`, `aria2.session`, `rclone.conf`. 🚨Warning🚨: if you don't mount `/app/conf`, whenever the container restarts, you'll lose your downloading progress. |
150+
| `/app/conf` | The Aria2 configuration and file session folder. 🚨Please make sure you have `aria2.conf` and `aria2.session` file exist on your host, when yout mount /app/conf. For the first time `aria2.session` just need to be a empty file can be appended. You can also user the templates for these two file in the `conf` folder of this project. Please put your `rclone.conf` in this folder as well if you'd mount it to Rclone. So all the config files supported in this folder are: `aria2.conf`, `aria2.session`, `rclone.conf`. 🚨Warning🚨: if you don't mount `/app/conf`, whenever the container restarts, you'll lose your downloading progress. |
151151
|`/app/conf/aria2.conf` | See description above👆🏼 |
152152
|`/app/conf/aria2.session` | See description above👆🏼 |
153153
|`/app/conf/rclone.conf` | See description above👆🏼 |

0 commit comments

Comments
 (0)