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.
2 parents 7606436 + 1bf62eb commit d156b8eCopy full SHA for d156b8e
docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.8"
2
3
services:
4
localstack:
5
- container_name: "${LOCALSTACK_DOCKER_NAME-localstack_main}"
+ container_name: "${LOCALSTACK_DOCKER_NAME-localstack-main}"
6
image: localstack/localstack-pro # required for Pro
7
ports:
8
- "127.0.0.1:4566:4566" # LocalStack Gateway
@@ -17,4 +17,4 @@ services:
17
- DOCKER_HOST=unix:///var/run/docker.sock
18
volumes:
19
- "${LOCALSTACK_VOLUME_DIR:-./volume}:/var/lib/localstack"
20
- - "/var/run/docker.sock:/var/run/docker.sock"
+ - "/var/run/docker.sock:/var/run/docker.sock"
0 commit comments