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
Copy file name to clipboardExpand all lines: docs/SELF_HOSTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Stop the running docker containers using `docker compose down` before making any
60
60
- navigate to the `Service accounts` tab
61
61
- click `Generate new private key` to download the `.json` file.
62
62
- save it as `serviceAccountKey.json`
63
-
- update `docker-compose.yml` and uncomment the volume block in the `monkeytype-backend` container to mount the Firebase service account:
63
+
- update [docker/docker-compose.yml](/docker/docker-compose.yml) and uncomment the volume block in the `monkeytype-backend` container to mount the Firebase service account:
64
64
```yaml
65
65
#uncomment to enable the account system, check the SELF_HOSTING.md file
0 commit comments