Skip to content

Commit cd1dd2d

Browse files
committed
Remove deprecated variable
1 parent c0cfe29 commit cd1dd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
- LOCALSTACK_AUTH_TOKEN=${LOCALSTACK_AUTH_TOKEN- }
1010
- DEBUG=${DEBUG-}
1111
- DOCKER_HOST=unix:///var/run/docker.sock
12-
- DNS_LOCAL_NAME_PATTERNS='.*cloudfront\.net'
12+
- DNS_NAME_PATTERNS_TO_RESOLVE_UPSTREAM='.*cloudfront\.net'
1313
- CLOUDFRONT_STATIC_PORTS= 1
1414
volumes:
1515
- "${LOCALSTACK_VOLUME_DIR:-./localstack}:/var/lib/localstack"

0 commit comments

Comments
 (0)