From 7728365c1d8133c43684456005506c6c586539c7 Mon Sep 17 00:00:00 2001 From: Pavel Tchaikovsky Date: Fri, 13 Jan 2023 17:58:59 +0200 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 d28206d..3206c5f 100644 --- a/Using-WireGuard-Easy-with-Podman.md +++ b/Using-WireGuard-Easy-with-Podman.md @@ -2,7 +2,7 @@ In order for WireGuard Easy to run in a container, it needs NET_RAW to be enable # Run with Podman Add `--cap-add=NET_RAW` to the `podman run` command like so: -``` +```sh podman run -d \ --name=wg-easy \ -e WG_HOST=🚨YOUR_SERVER_IP \ @@ -22,7 +22,7 @@ podman run -d \ # Run with podman-compose Add `NET_RAW` to `the cap_add` list. -``` +```yaml version: "3.8" services: wg-easy: