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 1a5ef7f commit 23b9afeCopy full SHA for 23b9afe
1 file changed
docker-compose.yml
@@ -13,7 +13,7 @@ services:
13
- "./docker/uid2-optout/src/init-aws.sh:/etc/localstack/init/ready.d/init-aws-optout.sh"
14
- "./docker/uid2-optout/src/s3/optout:/s3/optout"
15
environment:
16
- - EDGE_PORT=5001
+ - GATEWAY_LISTEN=0.0.0.0:5001
17
- KMS_PROVIDER=local-kms
18
healthcheck:
19
test: awslocal s3api wait bucket-exists --bucket test-core-bucket
0 commit comments