Update README.md

added missing services section to docker-compose example
This commit is contained in:
Matt 2021-03-23 10:31:17 -05:00 committed by GitHub
parent 0bf3c68248
commit 6bb63e9bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ docker run --rm -it -v /tmp/wireguard:/data -p 8080:8080 -e "WG_CONF_DIR=/data"
Docker compose snippet, used for demo server, wg-json-api service is optional
```
version: '3.6'
services:
wg-gen-web-demo:
image: vx3r/wg-gen-web:latest
container_name: wg-gen-web-demo