mirror of
https://github.com/WeeJeWel/wg-easy.git
synced 2024-11-16 23:49:24 +08:00
7 lines
115 B
YAML
7 lines
115 B
YAML
version: "3.8"
|
|
services:
|
|
wg-easy:
|
|
image: wg-easy
|
|
command: npm run serve
|
|
volumes:
|
|
- ./src/:/app/ |