Fixed spelling error on volume folder

This commit is contained in:
geekaroni 2020-06-05 10:49:24 -04:00
parent 272592b992
commit f2f6403be0
1 changed files with 2 additions and 2 deletions

View File

@ -163,11 +163,11 @@
}, },
{ {
"container": "/app/users", "container": "/app/users",
"bind": "/portainer/Files/AppData/Youteube/Users" "bind": "/portainer/Files/AppData/Youtube/Users"
}, },
{ {
"container": "/app/audio", "container": "/app/audio",
"bind": "/portainer/Files/AppData/Youteube/Audio" "bind": "/portainer/Files/AppData/Youtube/Audio"
} }
] ]
}, },