Fix Docker start command (#2370)

This commit is contained in:
Oscar Beaumont 2024-04-22 18:12:06 +08:00 committed by GitHub
parent d689e7e58a
commit 51c94c88e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ You can run Spacedrive in a Docker container using the following command.
/>
```bash
docker run -d --name spacedrive -p 8080:8080 -e SD_AUTH=admin,spacedrive -v /var/spacedrive:/var/spacedrive ghcr.io/spacedriveapp/spacedrive/server
docker run -d --name spacedrive -p 8080:8080 -e SD_AUTH=admin:spacedrive -v /var/spacedrive:/var/spacedrive ghcr.io/spacedriveapp/spacedrive/server
```
#### Authentication