Jump to content

Wireguard - Docker: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 June 2025

  • curprev 00:5100:51, 16 June 2025 Rusyanto talk contribs 3,395 bytes +1,836 No edit summary Tag: Visual edit
  • curprev 00:3500:35, 16 June 2025 Rusyanto talk contribs 1,559 bytes +1,559 Created page with "== Install Wireguard == This is a quick start guide to get you up and running with WireGuard Easy. The easiest way to run WireGuard Easy is with Docker Compose. Create <code>docker-compose.yml</code> and execute <code>sudo docker compose up -d</code><syntaxhighlight lang="bash"> volumes: etc_wireguard: services: wg-easy: #environment: # Optional: # - PORT=51821 # - HOST=0.0.0.0 # - INSECURE=false image: ghcr.io/wg-easy/wg-easy:15 c..." Tag: Visual edit