Skip to content

Commit c4200df

Browse files
authored
feat: use host.docker.internal instead of hard coded ip address to access to docker host (#18)
1 parent 162f19a commit c4200df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
command: ['run', '--server.http.listen-addr=0.0.0.0:12345', '--stability.level=public-preview', '/etc/alloy/config.alloy']
99
restart: unless-stopped
1010
environment:
11-
- LOKI_HOST=198.18.0.1:3100
11+
- LOKI_HOST=host.docker.internal:3100
1212
labels:
1313
org.label-schema.group: 'tracing-otel-extra'
1414
source: 'docker'

0 commit comments

Comments
 (0)