mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Make the container filesystem read-only
It is not expected to modify the filesystem of the container. Mounted volumes (-v) are not affected.
This commit is contained in:
parent
bc54860ad6
commit
6778d36454
1 changed files with 1 additions and 0 deletions
1
dist/docker/Readme.md
vendored
1
dist/docker/Readme.md
vendored
|
@ -35,6 +35,7 @@ docker build \
|
||||||
QBT_WEBUI_PORT=8080
|
QBT_WEBUI_PORT=8080
|
||||||
docker run \
|
docker run \
|
||||||
-it \
|
-it \
|
||||||
|
--read-only \
|
||||||
--rm \
|
--rm \
|
||||||
--name qbittorrent-nox \
|
--name qbittorrent-nox \
|
||||||
-e QBT_EULA \
|
-e QBT_EULA \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue