fixed host.docker.internal does not work on linux
This commit is contained in:
+3
-1
@@ -30,4 +30,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./shared/k6:/scripts
|
- ./shared/k6:/scripts
|
||||||
environment:
|
environment:
|
||||||
- K6_OUT=influxdb=http://influxdb:8086/k6
|
- K6_OUT=influxdb=http://influxdb:8086/k6
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
|
|||||||
Reference in New Issue
Block a user