1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-11-29 05:46:50 +02:00
Files
Jean Michel 60482b2045 Add label to optionally skip container restart after backup (#659)
* Add label to optionally skip container restart after backup

* Add new mutually exclusive label instead

* Simplified `hasLabel`

* removed unnecessary else block

* added new test-case `no-restart` based on test-case `local`

* removed invalid README entry

* added new section to how-tos

* Added configuration reference
2025-11-01 10:52:56 +01:00
..
2023-09-16 11:54:39 +02:00
2023-09-16 11:54:39 +02:00
2023-09-16 11:54:39 +02:00
2025-08-04 21:16:40 +02:00
2023-09-16 11:54:39 +02:00

Documentation site

This directory contains the sources for the documentation site published at https://offen.github.io/docker-volume-backup.

Assuming you have Ruby and bundler installed, you can run the site locally using the following commands:

bundle install
bundle exec jekyll serve

Note that changes in _config.yml require a manual restart to take effect.