Skip to content

Commit

Permalink
Fix Docker start command (#2370)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont authored Apr 22, 2024
1 parent d689e7e commit 51c94c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/product/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51c94c8

Please sign in to comment.