Skip to content

im-mortal/wireguard-ui-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

wireguard-ui-docker

Dockerized wireguard-ui, a web user interface to manage your WireGuard setup. For more information refer to wireguard-ui repository.

Usage

Example Docker Compose file can be found here: docker-compose.yaml

Remove or comment out build: . and replace #image: ngoduykhanh/wireguard-ui:latest lines:

  version: "3"

  services:
    wg:
-     build: .
-     #image: ngoduykhanh/wireguard-ui:latest
+     image: ghcr.io/im-mortal/wireguard-ui-docker:latest
      container_name: wgui
…

Also, adjust volume mount points to work with your setup. Then run:

docker-compose up

Credits

All credit goes to ngoduykhanh and wireguard-ui's contributors.