Skip to content

Commit

Permalink
add host resolution support in Docker Compose for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
angelodpadron committed Dec 1, 2024
1 parent 5aa75d7 commit 27774a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ services:
prometheus:
image: prom/prometheus
container_name: prometheus
extra_hosts:
- "host.docker.internal:host-gateway"
depends_on:
- meli-apc
ports:
Expand Down

0 comments on commit 27774a1

Please sign in to comment.