You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using docker-compose is the easiest and fastest way to spin up a Basis server. Docker images of the server are published to github on both `long-term-support` and `developer` branches, under `latest` and `nightly` respectively.
33
+
34
+
```yml
35
+
services:
36
+
basis-server:
37
+
image: ghcr.io/basisvr/basis-server:latest # or :nightly for most recent changes
0 commit comments