not mounting resolv.conf
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-08-26 16:49:21 +02:00
parent 2729eedfbe
commit c767a1d2d9
2 changed files with 1 additions and 3 deletions

View File

@@ -45,8 +45,7 @@ job "drone-runner" {
privileged = true
volumes = [
"/var/run/podman/podman.sock:/var/run/docker.sock",
"/etc/containers:/etc/containers",
"/etc/resolv.conf:/etc/resolv.conf"
"/etc/containers:/etc/containers"
]
}

View File

@@ -14,7 +14,6 @@ job "drone" {
port "http" {
to = 80
}
}
service {