„README.md“ ändern

This commit is contained in:
Yann Mölle 2023-04-12 08:17:29 +00:00
parent 03c312c7d3
commit a7c4e71a3b

View File

@ -7,12 +7,12 @@ Collection of scripts for a bunch of linux and docker services.
- The syntax of cron can be looked up here. https://cron.help/ - The syntax of cron can be looked up here. https://cron.help/
```bash ```bash
sh -c "$(curl -L https://raw.githubusercontent.com/hxcde/autupdates/main/deb-flared-update.sh)" sh -c "$(curl -L https://git.moelle.space/ymoelle/updatescripts/raw/branch/main/deb-flared-update.sh)"
``` ```
## Update all Docker Containers ## Update all Docker Containers
- Please note that this script automatically updates the containers when a new image is available. Make sure that you have backed up all important data from the containers beforehand and that you consider possible effects on your applications. - Please note that this script automatically updates the containers when a new image is available. Make sure that you have backed up all important data from the containers beforehand and that you consider possible effects on your applications.
```bash ```bash
sh -c "$(curl -L https://raw.githubusercontent.com/hxcde/autupdates/main/update_docker_containers.sh)" sh -c "$(curl -L https://git.moelle.space/ymoelle/updatescripts/raw/branch/main/update_docker_containers.sh)"
``` ```