Skip to content

Commit 1bf62eb

Browse files
committed
major: update default container name
The previous default container name `localstack_main` is not a valid URL, so we rename the default to `localstack-main`. See localstack/localstack#9469.
1 parent 7606436 commit 1bf62eb

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)