1
0
mirror of https://github.com/Eugeny/tabby-web.git synced 2025-07-29 21:54:38 +00:00

mention buildkit requirement

This commit is contained in:
Eugene Pankov
2022-08-13 10:36:04 +02:00
parent f36d436859
commit 6d4d4377fa

@@ -22,6 +22,7 @@ You'll need:
* OAuth credentials from GitHub, GitLab, Google or Microsoft for authentication. * OAuth credentials from GitHub, GitLab, Google or Microsoft for authentication.
* For SSH and Telnet: a [`tabby-connection-gateway`](https://github.com/Eugeny/tabby-connection-gateway) to forward traffic. * For SSH and Telnet: a [`tabby-connection-gateway`](https://github.com/Eugeny/tabby-connection-gateway) to forward traffic.
* Docker BuildKit: `export DOCKER_BUILDKIT=1`
```bash ```bash
docker-compose up -e SOCIAL_AUTH_GITHUB_KEY=xxx -e SOCIAL_AUTH_GITHUB_SECRET=yyy docker-compose up -e SOCIAL_AUTH_GITHUB_KEY=xxx -e SOCIAL_AUTH_GITHUB_SECRET=yyy