Files
wg-easy/docs/content/examples/tutorials/auto-updates.md
Bernd Storath 159a51cff4 Feat: Global config override (#1720)
* be able to change dns. implement global override

* link donate to readme

* implement global config for allowed ips

* change translations, fix generation

* improve docs
2025-03-07 14:59:06 +01:00

649 B

title
title
Auto Updates

Docker Compose

With Docker Compose wg-easy can be updated with a single command:

Replace $DIR with the directory where your docker-compose.yml is located.

cd $DIR
sudo docker compose up -d --pull always

Docker Run

sudo docker stop wg-easy
sudo docker rm wg-easy
sudo docker pull ghcr.io/wg-easy/wg-easy

And then run the docker run -d \ ... command from Docker Run again.

Podman

To update wg-easy (and every container that has auto updates enabled), you can run the following command:

sudo podman auto-update