Skip to content

Commit

Permalink
Merge pull request misskey-dev#237 from cffnpwr/fix/docker-compose-co…
Browse files Browse the repository at this point in the history
…uld-not-resolve-host

fix: devcontainer内で外向きの名前解決ができない問題を修正
  • Loading branch information
cffnpwr authored Jul 1, 2024
2 parents e72758d + dad98c2 commit 21488f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ services:
- internal_network
- external_network

dns:
- 1.1.1.1
- 1.0.0.1

redis:
restart: unless-stopped
image: redis:7-alpine
Expand Down

0 comments on commit 21488f9

Please sign in to comment.