Skip to content

Commit

Permalink
Use Docker Hub image in README
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Nov 24, 2021
1 parent 4c3bbb5 commit 4c8ea73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ docker run -d \
-v /path/to/data:/soft-serve \
-p 23231:23231 \
--restart unless-stopped \
ghcr.io/charmbracelet/soft-serve:latest
charmcli/soft-serve:latest
```

or by using docker-compose
or by using docker-compose:

```yaml
---
version: "3.1"
services:
soft-serve:
image: ghcr.io/charmbracelet/soft-serve:latest
image: charmcli/soft-serve:latest
container_name: soft-serve
volumes:
- /path/to/data:/soft-serve
Expand Down

0 comments on commit 4c8ea73

Please sign in to comment.