Skip to content

Commit

Permalink
fix: fix app container's network (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
lakkeger authored Aug 8, 2024
1 parent 1e3faef commit ad87110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/localstack-dood/.devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
# Set the DNS server to be the LocalStack container
- ${templateOption:ipAddress}
networks:
- ls
- ${templateOption:networkName}

networks:
${templateOption:networkName}:
Expand Down
2 changes: 1 addition & 1 deletion src/localstack-dood/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "localstack-dood",
"version": "0.1.0",
"version": "0.1.1",
"name": "LocalStack Docker-outside-of-Docker",
"description": "A template to manage LocalStack in DooD",
"documentationURL": "https://github.com/localstack/devcontainer-template/tree/main/src/localstack",
Expand Down

0 comments on commit ad87110

Please sign in to comment.