Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
WaveringAna authored Jan 20, 2025
1 parent 7bde2f9 commit 3605a3f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -72,13 +72,12 @@ This project uses environmental variables to configure functions.
### Using Docker

```bash
docker run -d -p "3000:3000" -e EBPORT=3000 -e EBPASS=changeme -e EBAPI_KEY=changeme ghcr.io/waveringana/embedder:1.11
docker run -d -p "3000:3000" -e EBPORT=3000 -e EBPASS=changeme -e EBAPI_KEY=changeme ghcr.io/waveringana/embedder:1.13
```

### Docker Compose

```yaml
version: "3.3"
services:
embedder:
ports:
@@ -90,7 +89,7 @@ services:
volumes:
- ./db:/var/db
- ./uploads:/uploads
image: ghcr.io/waveringana/embedder:1.11
image: ghcr.io/waveringana/embedder:1.13
```
## 📜 License

0 comments on commit 3605a3f

Please sign in to comment.