Web interface for Cayley

docker run -p 3000:80 cayleygraph/web
By default, the server URL is set to http://localhost:64210 (the default Cayley server URL). To change it pass SERVER_URL environment variable.
For example:
docker run -p 3000:80 --env SERVER_URL="http://example.org:64210" cayleygraph/web
Content type
Image
Digest
Size
54.1 MB
Last updated
about 6 years ago
docker pull cayleygraph/web