New traefik version and pull-all script

This commit is contained in:
Florian Zirker 2021-01-09 21:45:07 +01:00
parent 6c8bbaf8ac
commit cad7bccf84
4 changed files with 22 additions and 1 deletions

21
pull-all.sh Executable file
View file

@ -0,0 +1,21 @@
#/bin/bash/
cd proxy/
docker-compose pull
cd ..
cd heimdall/
docker-compose pull
cd ..
cd portainer/
docker-compose pull
cd ..
cd smartHome/
docker-compose pull
cd ..
cd monitoring/
docker-compose pull
cd ..