1
mirror of https://github.com/qbittorrent/qBittorrent synced 2024-08-05 09:49:57 +02: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:
Chocobo1 2022-05-05 11:51:42 +08:00
parent bc54860ad6
commit 6778d36454
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

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