Skip to content

Commit

Permalink
Add tag to docker commands
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGustafsson committed Jan 3, 2025
1 parent 49bfeab commit 7b7b900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docker run --interactive --tty --rm \
--mount type=tmpfs,destination=/tmp \
--env CUPDATE_DOCKER_HOST=unix:///var/run/docker.sock \
--publish 8080:8080 \
ghcr.io/alexgustafsson/cupdate
ghcr.io/alexgustafsson/cupdate:0.14.0
```

To more easily configure Cupdate to your liking and persisting the configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/docker/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
cupdate:
image: ghcr.io/alexgustafsson/cupdate
image: ghcr.io/alexgustafsson/cupdate:0.14.0
ports:
- 8080:8080
environment:
Expand Down

0 comments on commit 7b7b900

Please sign in to comment.