Merge pull request #208 from yhj39300/master

Update README.md
This commit is contained in:
Kevin He 2023-08-27 21:33:41 +08:00 committed by GitHub
commit 1207c2732f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,14 +18,16 @@ ShadowVPN
## docker-compose.yml
```
shadowvpn:
image: vimagick/shadowvpn
services:
shadowvpn:
image: vimagick/shadowvpn:latest
ports:
- "1123:1123/udp"
volumes:
- "./server.conf:/etc/shadowvpn/server.conf"
- "/root/shadowvpn/server.conf:/etc/shadowvpn/server.conf"
privileged: true
restart: always
```
## server