Skip to content

Instantly share code, notes, and snippets.

View verhovensky's full-sized avatar
💭
"To a real warrior, power perceived may be power achieved."

BH verhovensky

💭
"To a real warrior, power perceived may be power achieved."
View GitHub Profile
@verhovensky
verhovensky / docker-compose.yaml
Created June 7, 2024 13:01
Docker wireguard (with API)
services:
wg-gen-web:
image: vx3r/wg-gen-web:latest
container_name: wg-gen-web
restart: unless-stopped
ports:
- "8080:8080"
environment:
- WG_CONF_DIR=/data
- WG_INTERFACE_NAME=wg0.conf