From 7d350b2f54ca656d4807127e6594c1c9503ea0ec Mon Sep 17 00:00:00 2001 From: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com> Date: Thu, 28 Mar 2024 00:52:36 -0400 Subject: [PATCH] Add Warning for SD Docker Container (#2256) * Update setup.mdx * Update items.ts * Update items.ts --- docs/product/getting-started/setup.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/product/getting-started/setup.mdx b/docs/product/getting-started/setup.mdx index 3404a20c9..b96e117d3 100644 --- a/docs/product/getting-started/setup.mdx +++ b/docs/product/getting-started/setup.mdx @@ -34,6 +34,10 @@ You can run Spacedrive in a Docker container using the following command. type="note" text="For the best performance of the docker container, we recommend to run on Linux (linux/amd64). The container is not yet optimized for other platforms." /> + ```bash docker run -d --name spacedrive -p 8080:8080 -v /var/spacedrive:/var/spacedrive ghcr.io/spacedriveapp/spacedrive/server