Skip to content

Commit

Permalink
Added config to allow internet access inside container
Browse files Browse the repository at this point in the history
  • Loading branch information
bkataru committed Nov 15, 2023
1 parent d0ce708 commit 981dea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
- ~/.ssh:/root/.ssh:ro
- /var/run/docker.sock:/var/run/docker.sock
extra_hosts:
- "host.docker.internal:host-gateway"
- "docker.for.mac.host.internal:host-gateway"
environment:
- TZ=
Expand Down

0 comments on commit 981dea1

Please sign in to comment.