From ae955e9e7c02b58b2d8b077886f707bd8134ac07 Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sat, 6 Jul 2024 06:34:00 +0500 Subject: [PATCH] docs: remove code block from admonition (#864) --- docs/getting-started/docker.mdx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/getting-started/docker.mdx b/docs/getting-started/docker.mdx index 7ce04baf..3d8d690c 100644 --- a/docs/getting-started/docker.mdx +++ b/docs/getting-started/docker.mdx @@ -39,9 +39,8 @@ docker run -d \ ``` :::tip If you are using emby, make sure to set the `JELLYFIN_TYPE` environment variable to `emby`. -```bash --e JELLYFIN_TYPE=emby -``` + +`-e JELLYFIN_TYPE=emby` ::: To run the container as a specific user/group, you may optionally add `--user=[ user | user:group | uid | uid:gid | user:gid | uid:group ]` to the above command. @@ -91,10 +90,6 @@ services: ``` :::tip If you are using emby, make sure to set the `JELLYFIN_TYPE` environment variable to `emby`. -```yaml - environment: - - JELLYFIN_TYPE=emby -``` ::: Then, start all services defined in the Compose file: