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 145d0a0 commit 578b692Copy full SHA for 578b692
docker-compose.yml
@@ -17,9 +17,7 @@ services:
17
- DISABLE_CUSTOM_CORS_APIGATEWAY=1
18
- DISABLE_CUSTOM_CORS_S3=1
19
# To setup the LocalStack Extensions
20
- - EXTENSION_AUTO_INSTALL=git+https://${GITHUB_TOKEN}@github.com/localstack/localstack-extension-event-studio/, localstack-extension-mailhog
+ - EXTENSION_AUTO_INSTALL=localstack-extension-event-studio, localstack-extension-mailhog
21
volumes:
22
- "${LOCALSTACK_VOLUME_DIR:-./volume}:/var/lib/localstack"
23
- "/var/run/docker.sock:/var/run/docker.sock"
24
- env_file:
25
- - .env
0 commit comments