1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 05:48:42 +00: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

@ -18,14 +18,16 @@ ShadowVPN
## docker-compose.yml ## docker-compose.yml
``` ```
shadowvpn: services:
image: vimagick/shadowvpn 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