README doc updates

This commit is contained in:
MiscFrizzy 2025-03-27 04:25:18 -04:00
parent 801954d7e7
commit 8fbfa79690

View file

@ -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)