Add docker-data/ and related stuff

This commit is contained in:
--global 2022-12-14 13:32:40 -06:00
parent 3dce030740
commit 51867cdb60
5 changed files with 67 additions and 4 deletions

View file

@ -0,0 +1,14 @@
version: '3.3'
services:
wg-easy:
container_name: wg-easy
environment:
- WG_HOST=localhost
- PASSWORD=password
volumes:
- '~/.wg-easy:/etc/wireguard'
ports:
- '51820:51820/udp'
- '51821:51821/tcp'
restart: unless-stopped
image: weejewel/wg-easy