patch quote type in docs

This commit is contained in:
Maidul Islam
2023-05-30 11:19:15 -04:00
parent bd56f3b64c
commit 8b1ec1424d

View File

@ -60,7 +60,7 @@ docker run -p 80:80 \
-e JWT_REFRESH_SECRET=7764c7bbf3928ad501591a3e005eb364 \
-e JWT_AUTH_SECRET=5239fea3a4720c0e524f814a540e14a2 \
-e JWT_SERVICE_SECRET=8509fb8b90c9b53e9e61d1e35826dcb5 \
-e MONGO_URL=<> \
-e MONGO_URL="<>" \
infisical/infisical:latest
```