mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06: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:
1
dist/docker/Readme.md
vendored
1
dist/docker/Readme.md
vendored
@@ -35,6 +35,7 @@ docker build \
|
||||
QBT_WEBUI_PORT=8080
|
||||
docker run \
|
||||
-it \
|
||||
--read-only \
|
||||
--rm \
|
||||
--name qbittorrent-nox \
|
||||
-e QBT_EULA \
|
||||
|
||||
Reference in New Issue
Block a user