chore: fix docker run command fixes #127

This commit is contained in:
C4illin
2024-09-09 13:17:37 +02:00
parent 5df9c0b751
commit 5988fe8212

View File

@@ -54,7 +54,7 @@ services:
or
```bash
docker run ghcr.io/c4illin/convertx -p 3000:3000 -v ./data:/app/data
docker run -p 3000:3000 -v ./data:/app/data ghcr.io/c4illin/convertx
```
Then visit `http://localhost:3000` in your browser and create your account. Don't leave it unconfigured and open, as anyone can register the first account.