Browse Source

Make the container filesystem read-only

It is not expected to modify the filesystem of the container.
Mounted volumes (-v) are not affected.
adaptive-webui-19844
Chocobo1 3 years ago
parent
commit
6778d36454
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 1
      dist/docker/Readme.md

1
dist/docker/Readme.md vendored

@ -35,6 +35,7 @@ docker build \ @@ -35,6 +35,7 @@ docker build \
QBT_WEBUI_PORT=8080
docker run \
-it \
--read-only \
--rm \
--name qbittorrent-nox \
-e QBT_EULA \

Loading…
Cancel
Save