Skip to content

Commit

Permalink
Update docs (#376)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent 70caca7 commit 3a8d250
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion snippets/docker-compose-example-no-tooltips.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
nautical-backup:
image: minituff/nautical-backup:2.7
image: minituff/nautical-backup:2.8
container_name: nautical-backup
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
2 changes: 1 addition & 1 deletion snippets/docker-compose-example.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
nautical-backup:
image: minituff/nautical-backup:2.7 #(7)!
image: minituff/nautical-backup:2.8 #(7)!
container_name: nautical-backup
volumes:
- /var/run/docker.sock:/var/run/docker.sock #(1)!
Expand Down
2 changes: 1 addition & 1 deletion snippets/docker-compose-semver-example.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
nautical-backup:
image: minituff/nautical-backup:2.7.2 # Change this to the latest version
image: minituff/nautical-backup:2.8.0 # Change this to the latest version
2 changes: 1 addition & 1 deletion snippets/docker-run-example-no-tooltips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ docker run -d \
-e TZ="America/Los_Angeles" \
-e CRON_SCHEDULE="0 4 * * *" \
-e SKIP_CONTAINERS="example1,example2,example3" \
minituff/nautical-backup:2.7
minituff/nautical-backup:2.8
2 changes: 1 addition & 1 deletion snippets/docker-run-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ docker run -d \
-e TZ="America/Los_Angeles" \ #(8)!
-e CRON_SCHEDULE="0 4 * * *" \ #(5)!
-e SKIP_CONTAINERS="example1,example2,example3" \ #(6)!
minituff/nautical-backup:2.7 #(7)!
minituff/nautical-backup:2.8 #(7)!
2 changes: 1 addition & 1 deletion snippets/docker-run-semver-example.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
minituff/nautical-backup:2.7.2
minituff/nautical-backup:2.8.0

0 comments on commit 3a8d250

Please sign in to comment.