1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-05-13 22:06:55 +02:00

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 ## docker-compose.yml
``` ```
services:
shadowvpn: shadowvpn:
image: vimagick/shadowvpn image: vimagick/shadowvpn:latest
ports: ports:
- "1123:1123/udp" - "1123:1123/udp"
volumes: volumes:
- "./server.conf:/etc/shadowvpn/server.conf" - "/root/shadowvpn/server.conf:/etc/shadowvpn/server.conf"
privileged: true privileged: true
restart: always restart: always
``` ```
## server ## server