From 316c31bd069f64c1f3ac1c042e8d88a7bf05fdbc Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sat, 6 Jul 2024 06:14:40 +0500 Subject: [PATCH] docs: remove docker desktop container creation tab (#861) --- docs/getting-started/docker.mdx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/getting-started/docker.mdx b/docs/getting-started/docker.mdx index bd96c9487..4001acd23 100644 --- a/docs/getting-started/docker.mdx +++ b/docs/getting-started/docker.mdx @@ -167,22 +167,6 @@ volumes: external: true ``` - - -1. Open the Docker Desktop app -2. Head to the Containers/Apps tab -3. Click on the "Add Container/App" button near the top right -4. Fill in the container details: - - **Name**: `jellyseerr` - - **Image**: `fallenbagel/jellyseerr:latest` - - **Port**: `5055:5055` - - **Volume**: `jellyseerr-data:/app/config` - - **Environment Variables**: - - **LOG_LEVEL**: `debug` - - **TZ**: `Asia/Tashkent` - - **Restart Policy**: `unless-stopped` -5. Click on the "Run" button - :::tip