Last active
April 27, 2024 10:37
-
-
Save marco79cgn/efc56f6097aaaccfe05a91b131289db9 to your computer and use it in GitHub Desktop.
Updates Wireguard (wg-easy) docker container
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
docker stop wg-easy | |
docker rm wg-easy | |
docker pull ghcr.io/wg-easy/wg-easy | |
/home/pi/wg-easy/wg-easy-start.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment