Add README.md
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# /srv/manifests Updater
|
||||
|
||||
Aktualisiert alle Compose-Stacks in /srv/manifests.
|
||||
|
||||
## Custom Images
|
||||
|
||||
Pro Unterordner kann per Markerdatei oder .env festgelegt werden, ob mit `pull && up -d` oder `up -d --build` aktualisiert wird.
|
||||
|
||||
Markerdateien:
|
||||
|
||||
`.update-with-build` für Build
|
||||
`.update-with-pull` für Pull (default)
|
||||
|
||||
Alternativ über .env:
|
||||
|
||||
UPDATE_STRATEGY=[build,pull]
|
||||
Reference in New Issue
Block a user