mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-26 13:20:11 +03:00
9 lines
169 B
YAML
9 lines
169 B
YAML
services:
|
|
wg-easy:
|
|
image: wg-easy
|
|
command: npm run serve
|
|
volumes:
|
|
- ./src/:/app/
|
|
environment:
|
|
# - PASSWORD=p
|
|
- WG_HOST=192.168.1.233
|