We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0cfe29 commit cd1dd2dCopy full SHA for cd1dd2d
compose.yml
@@ -9,7 +9,7 @@ services:
9
- LOCALSTACK_AUTH_TOKEN=${LOCALSTACK_AUTH_TOKEN- }
10
- DEBUG=${DEBUG-}
11
- DOCKER_HOST=unix:///var/run/docker.sock
12
- - DNS_LOCAL_NAME_PATTERNS='.*cloudfront\.net'
+ - DNS_NAME_PATTERNS_TO_RESOLVE_UPSTREAM='.*cloudfront\.net'
13
- CLOUDFRONT_STATIC_PORTS= 1
14
volumes:
15
- "${LOCALSTACK_VOLUME_DIR:-./localstack}:/var/lib/localstack"
0 commit comments