Skip to content

Commit fc674bb

Browse files
committed
Replace docker subnet ip with docker gateway hostname
Signed-off-by: Simone Tollardo <[email protected]>
1 parent 5f0ecd8 commit fc674bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/pipeline.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
api:
77

88
docker-host:
9-
url: http://172.17.0.1:8001
9+
url: http://host.docker.internal:8001
1010

1111
staging:
1212
url: https://staging.kernelci.org:9000
@@ -22,9 +22,9 @@ storage:
2222

2323
docker-host:
2424
storage_type: ssh
25-
host: 172.17.0.1
25+
host: host.docker.internal
2626
port: 8022
27-
base_url: http://172.17.0.1:8002/
27+
base_url: http://host.docker.internal:8002/
2828

2929
production-azure: &azure-files
3030
storage_type: azure

0 commit comments

Comments
 (0)