Skip to content

Commit

Permalink
chore: add extra-hosts to docker compose dev env to proper work on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Dec 18, 2024
1 parent 6ea3df5 commit 119f931
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions diode-server/docker/docker-compose.dev.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: ${PROJECT_NAME:-diode}
services:
diode-reconciler:
extra_hosts:
- "host.docker.internal:host-gateway"
redis-commander:
hostname: redis-commander
image: ghcr.io/joeferner/redis-commander:latest
Expand Down

0 comments on commit 119f931

Please sign in to comment.