forked from mirrors/amnezia-wg-easy
wip
This commit is contained in:
parent
985d886362
commit
91832c8e20
9 changed files with 449 additions and 379 deletions
|
@ -4,13 +4,5 @@
|
|||
"build": "docker build --tag wg-easy .",
|
||||
"serve": "docker-compose -f docker-compose.yml -f docker-compose.dev.yml up",
|
||||
"start": "docker run --env WG_HOST=0.0.0.0 --name wg-easy --cap-add=NET_ADMIN --cap-add=SYS_MODULE --sysctl=\"net.ipv4.conf.all.src_valid_mark=1\" --mount type=bind,source=\"$(pwd)\"/config,target=/etc/wireguard -p 51820:51820/udp -p 51821:51821/tcp wg-easy"
|
||||
},
|
||||
"docker": {
|
||||
"production": {
|
||||
"tags": "latest"
|
||||
},
|
||||
"staging": {
|
||||
"tags": "beta"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue