From 98540eb9ed6dff6558c13b4d154c464a5d4de8ea Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:15:58 +0100 Subject: [PATCH] Updated Using WireGuard Easy with Podman (markdown) --- Using-WireGuard-Easy-with-Podman.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Using-WireGuard-Easy-with-Podman.md b/Using-WireGuard-Easy-with-Podman.md index 6f28c56..8b3764a 100644 --- a/Using-WireGuard-Easy-with-Podman.md +++ b/Using-WireGuard-Easy-with-Podman.md @@ -16,7 +16,7 @@ podman run -d \ --sysctl="net.ipv4.conf.all.src_valid_mark=1" \ --sysctl="net.ipv4.ip_forward=1" \ --restart unless-stopped \ - wg-easy/wg-easy + ghcr.io/wg-easy/wg-easy ``` # Run with podman-compose @@ -43,7 +43,7 @@ services: # - WG_PRE_DOWN=echo "Pre Down" > /etc/wireguard/pre-down.txt # - WG_POST_DOWN=echo "Post Down" > /etc/wireguard/post-down.txt - image: wg-easy/wg-easy + image: ghcr.io/wg-easy/wg-easy container_name: wg-easy volumes: - .:/etc/wireguard