wagon/docker-compose.yml

13 lines
357 B
YAML
Raw Normal View History

2021-10-14 16:53:42 -06:00
version: '3'
services:
wgapi:
image: keith24/wgapi:latest
restart: unless-stopped
container_name: wgapi
volumes:
# Set this (mywg.conf) to the wireguard config you want to manage
- "/etc/wireguard/mywg.conf:/etc/wireguard/wg.conf"
ports:
# Change 8080 to the port you want to listen on
- "10.4.1.1:8080:80/tcp"