Skip to content

Commit 43f0e84

Browse files
authored
major: update default container name (#72)
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 cf92d4a commit 43f0e84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
- run:
1717
name: Deploy app and run test request
1818
command: |
19-
docker logs localstack_main
19+
docker logs localstack-main
2020
awslocal s3 mb s3://test123
2121
awslocal s3 ls
2222
make install
2323
make deploy
2424
make web &
2525
make send-request
2626
code=$?
27-
docker logs localstack_main
27+
docker logs localstack-main
2828
exit $code
2929
3030
workflows:

0 commit comments

Comments
 (0)