Skip to content

Commit 9b9920b

Browse files
bene2k1RoRoJ
andauthored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent e166a81 commit 9b9920b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/deploying-jellyfin-docker/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ We will use an Ubuntu-based Instance and the official Jellyfin Docker container.
4747
apt update && apt upgrade -y
4848
```
4949

50-
2. Install the required prerequisites for adding the Docker repository:
50+
2. Install the prerequisites for adding the Docker repository:
5151

5252
```
5353
apt install ca-certificates curl -y
@@ -102,7 +102,7 @@ We will use an Ubuntu-based Instance and the official Jellyfin Docker container.
102102
```
103103
id -u && id -g
104104
```
105-
This command outputs two numbers, the User ID (e.g. `1001`) and the group ID (e.g. `10001`). Note these numbers for the follwoing step.
105+
This command outputs two numbers, the User ID (e.g. `1001`) and the group ID (e.g. `10001`). Note these numbers for the following step.
106106

107107
## Deploying Jellyfin
108108

@@ -134,7 +134,7 @@ We will use an Ubuntu-based Instance and the official Jellyfin Docker container.
134134
Replace `<USER ID>` and `<GROUP ID>` with the `jellyfin` user ID and group ID retrieved in the previous step.
135135

136136
<Message type="note">
137-
Running as a non-root user is recommended; the `user` line specifies the ID of the `jellyfin` user.. Ensure the mounted directories have appropriate permissions.
137+
Running as a non-root user is recommended; the `user` line specifies the ID of the `jellyfin` user. Ensure the mounted directories have appropriate permissions.
138138
Ensure the Jellyfin user has write and read permission to the `/config` and `/cache` folders by setting permissions: `setfacl -m u:jellyfin:rwx config` and `setfacl -m u:jellyfin:rwx cache`.
139139
</Message>
140140

0 commit comments

Comments
 (0)