We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bceb49 commit 765bbd1Copy full SHA for 765bbd1
test/docker-compose.yaml
@@ -1,5 +1,3 @@
1
-version: "3"
2
-
3
services:
4
nginx-s3-gateway:
5
# If minio client is up and running properly, we are reasonably sure that
@@ -37,6 +35,7 @@ services:
37
35
PROXY_CACHE_VALID_OK: "1h"
38
36
PROXY_CACHE_VALID_NOTFOUND: "1m"
39
PROXY_CACHE_VALID_FORBIDDEN: "30s"
+ NGINX_LICENSE_JWT: "${NGINX_LICENSE_JWT}"
40
41
minio:
42
image: quay.io/minio/minio:RELEASE.2023-06-09T07-32-12Z
0 commit comments