Add docker-data/ and related stuff
This commit is contained in:
parent
3dce030740
commit
51867cdb60
5 changed files with 67 additions and 4 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…
Add table
Add a link
Reference in a new issue