Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 656 Bytes

File metadata and controls

18 lines (14 loc) · 656 Bytes

docker-start-failed-gluetun-containers

Restart containers connected to gluetun which didn't properly start after boot

Install

sudo wget --quiet --output-document /etc/systemd/system/docker-start-failed-gluetun-containers.service https://raw.githubusercontent.com/ioqy/docker-start-failed-gluetun-containers/main/docker-start-failed-gluetun-containers.service
sudo systemctl daemon-reload
sudo systemctl enable docker-start-failed-gluetun-containers

Uninstall

sudo systemctl disable docker-start-failed-gluetun-containers
sudo rm /etc/systemd/system/docker-start-failed-gluetun-containers.service
sudo systemctl daemon-reload