Skip to content

Commit ad87110

Browse files
authored
fix: fix app container's network (#4)
1 parent 1e3faef commit ad87110

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/localstack-dood/.devcontainer/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
# Set the DNS server to be the LocalStack container
3434
- ${templateOption:ipAddress}
3535
networks:
36-
- ls
36+
- ${templateOption:networkName}
3737

3838
networks:
3939
${templateOption:networkName}:

src/localstack-dood/devcontainer-template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "localstack-dood",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"name": "LocalStack Docker-outside-of-Docker",
55
"description": "A template to manage LocalStack in DooD",
66
"documentationURL": "https://github.com/localstack/devcontainer-template/tree/main/src/localstack",

0 commit comments

Comments
 (0)