Minimal multiarch ngoduykhanh/wireguard-ui Alpine docker image, updated by GitLab Mirroring & CI/CD.
10K+
Source codes | Maintainer - Jaryl Chng
Network needs to be on host mode to restart the WireGuard network interface on the host when changes are applied.
| Environment | Default value |
|---|---|
| LOGIN_PAGE | 1 |
| BIND_ADDRESS | 0.0.0.0:5000 |
/etc/wireguard to apply changesdocker run -d \
--name wgui \
-e LOGIN_PAGE=1 \
-e BIND_ADDRESS=0.0.0.0:5000 \
--net=host \
-v /path/data:/db \
-v /etc/wireguard:/etc/wireguard \
--restart unless-stopped \
--privileged \
minimages/wireguard-ui
wgui:
image: minimages/wireguard-ui
network_mode: host
privileged: true
volumes:
- /path/data:/db
- /etc/wireguard:/etc/wireguard
environment:
- LOGIN_PAGE=1
- BIND_ADDRESS=0.0.0.0:5000
restart: unless-stopped
Content type
Image
Digest
sha256:56f78187b…
Size
15.9 MB
Last updated
over 3 years ago
docker pull jarylc/wireguard-ui