mirror of https://github.com/wg-easy/wg-easy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
343 B
17 lines
343 B
services:
|
|
wg-easy:
|
|
build:
|
|
dockerfile: ./Dockerfile
|
|
command: npm run serve
|
|
volumes:
|
|
- ./src/:/app/
|
|
# - ./data/:/etc/wireguard
|
|
ports:
|
|
- "51820:51820/udp"
|
|
- "51821:51821/tcp"
|
|
cap_add:
|
|
- NET_ADMIN
|
|
- SYS_MODULE
|
|
environment:
|
|
# - PASSWORD_HASH=p
|
|
- WG_HOST=192.168.1.233
|
|
|