Skip to content

Commit

Permalink
fix: remove docker read-only mounts notes (#618)
Browse files Browse the repository at this point in the history
This issue have been fixed in docker/for-linux#788
  • Loading branch information
wy-luke committed Aug 4, 2023
1 parent cc78d9d commit a63963b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/general/installation/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@ Multiple media libraries can be bind mounted if needed:
...etc
```

:::note

There is currently an [issue](https://github.com/docker/for-linux/issues/788) with read-only mounts in Docker.
If there are submounts within the main mount, the submounts are read-write capable.

:::

### Using Docker Compose

Create a `docker-compose.yml` file with the following contents. Add in the UID and GID that you would like to run jellyfin as in the user line below, or remove the user line to use the default (root).
Expand Down

0 comments on commit a63963b

Please sign in to comment.