Add Warning for SD Docker Container (#2256)

* Update setup.mdx

* Update items.ts

* Update items.ts
This commit is contained in:
Arnab Chakraborty
2024-03-28 00:52:36 -04:00
committed by GitHub
parent 5b225abf05
commit 7d350b2f54

View File

@@ -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."
/>
<Notice
type="warning"
text="Currently, Spacedrive's Docker Server does not support authentication methods. Use at your own risk as your data will not be protected from other devices (or users) on your network. The feature is under active development and you can check when it will launch on the [roadmap](/roadmap)."
/>
```bash
docker run -d --name spacedrive -p 8080:8080 -v /var/spacedrive:/var/spacedrive ghcr.io/spacedriveapp/spacedrive/server