Skip to content

WireGuard VPN server using docker compose

Notifications You must be signed in to change notification settings

trick77/quick-wireguard-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick & easy WireGuard VPN docker compose setup

Prerequisites

Before starting, ensure you have the following prerequisites:

  • Docker installed on your system.

Configuration & deployment

  1. Replace the placeholders in .env with your desired values. At least the SERVERURL has to be changed to the public IP of the server.
  2. Start the WireGuard server using docker compose up -d
  3. Display the client QR code with ./show-qr-code.sh 1 where 1 is the name of the first automatically created peer configuration (peer1 actually)
  4. Use the QR code in your WireGuard client to set up the peer

About

WireGuard VPN server using docker compose

Resources

Stars

Watchers

Forks

Languages