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