allow edit of name + address
This commit is contained in:
7
docker-compose.dev.yml
Normal file
7
docker-compose.dev.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
wg-easy:
|
||||
image: wg-easy
|
||||
command: npm run serve
|
||||
volumes:
|
||||
- ./src/:/app/
|
||||
Reference in New Issue
Block a user