WIP update for pi

This commit is contained in:
Marc Fokkert
2023-11-24 15:33:06 +01:00
parent d0bce81142
commit 395a97f4e5
4 changed files with 71 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
provider "docker" {
alias = "docker-pi"
host = "tcp://172.16.0.7:2376"
host = "tcp://192.168.178.159:2376"
cert_path = pathexpand(".docker-rp")
}