README doc updates
This commit is contained in:
parent
801954d7e7
commit
8fbfa79690
1 changed files with 6 additions and 7 deletions
13
README.md
13
README.md
|
|
@ -32,17 +32,16 @@ appsettings.json
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
docker run
|
docker run
|
||||||
`docker run ?`
|
`docker run -v ./authproxy.json:/app/appsettings.json -d pridevr/vrcauthproxy:1`
|
||||||
|
|
||||||
docker compose
|
docker compose
|
||||||
```
|
```
|
||||||
services:
|
services:
|
||||||
authproxy:
|
authproxy:
|
||||||
image: ghcr.io/pridevrinc/vrcauthproxy:latest
|
image: pridevr/vrcauthproxy:1
|
||||||
networks:
|
restart: unless-stopped
|
||||||
- authproxy
|
|
||||||
volumes:
|
volumes:
|
||||||
- "./authproxy.json:/app/appsettings.json"
|
- ./authproxy.json:/app/appsettings.json
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "curl -f http://localhost:8080/ || exit 1"]
|
test: ["CMD-SHELL", "curl -f http://localhost:8080/ || exit 1"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|
@ -50,8 +49,8 @@ services:
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
```
|
```
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
MPL-2.0
|
MPL-2.0 with Addendum
|
||||||
|
|
||||||
|
|
||||||
© 2025 [PrideVR, INC](https://pridevr.org)
|
© 2025 [PrideVR, INC](https://pridevr.org)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue