Update README.md

This commit is contained in:
yhj39300 2023-08-27 11:51:02 +08:00 committed by GitHub
parent 3b3cca42fe
commit 6dbaa58447
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