Skip to content

Commit d156b8e

Browse files
authored
Merge pull request #2 from simonrw/major/default-container-name
2 parents 7606436 + 1bf62eb commit d156b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
localstack:
5-
container_name: "${LOCALSTACK_DOCKER_NAME-localstack_main}"
5+
container_name: "${LOCALSTACK_DOCKER_NAME-localstack-main}"
66
image: localstack/localstack-pro # required for Pro
77
ports:
88
- "127.0.0.1:4566:4566" # LocalStack Gateway
@@ -17,4 +17,4 @@ services:
1717
- DOCKER_HOST=unix:///var/run/docker.sock
1818
volumes:
1919
- "${LOCALSTACK_VOLUME_DIR:-./volume}:/var/lib/localstack"
20-
- "/var/run/docker.sock:/var/run/docker.sock"
20+
- "/var/run/docker.sock:/var/run/docker.sock"

0 commit comments

Comments
 (0)