Skip to content

Instantly share code, notes, and snippets.

@marco79cgn
Last active April 27, 2024 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marco79cgn/efc56f6097aaaccfe05a91b131289db9 to your computer and use it in GitHub Desktop.
Save marco79cgn/efc56f6097aaaccfe05a91b131289db9 to your computer and use it in GitHub Desktop.
Updates Wireguard (wg-easy) docker container
#!/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