Add docker-data/wg-easy/docker-compose.yml
This commit is contained in:
parent
57cdb771c4
commit
39a9930af1
1 changed files with 14 additions and 0 deletions
14
docker-data/wg-easy/docker-compose.yml
Normal file
14
docker-data/wg-easy/docker-compose.yml
Normal 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
|
Loading…
Reference in a new issue