mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-07 14:53:16 -04:00
Add Warning for SD Docker Container (#2256)
* Update setup.mdx * Update items.ts * Update items.ts
This commit is contained in:
committed by
GitHub
parent
5b225abf05
commit
7d350b2f54
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user