Skip to content

Commit 765bbd1

Browse files
committed
chore: remove deprecated version parameter from docker-compose.yaml
Signed-off-by: Elijah Zupancic <[email protected]>
1 parent 8bceb49 commit 765bbd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/docker-compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3"
2-
31
services:
42
nginx-s3-gateway:
53
# If minio client is up and running properly, we are reasonably sure that
@@ -37,6 +35,7 @@ services:
3735
PROXY_CACHE_VALID_OK: "1h"
3836
PROXY_CACHE_VALID_NOTFOUND: "1m"
3937
PROXY_CACHE_VALID_FORBIDDEN: "30s"
38+
NGINX_LICENSE_JWT: "${NGINX_LICENSE_JWT}"
4039

4140
minio:
4241
image: quay.io/minio/minio:RELEASE.2023-06-09T07-32-12Z

0 commit comments

Comments
 (0)