Fixed wrong unraid docker icon

This commit is contained in:
2026-03-31 01:22:29 +02:00 Unverified
parent 5dacab7d65
commit d8d9269faf
+1 -1
View File
@@ -198,7 +198,7 @@ resource "docker_container" "workspace" {
labels {
label = "net.unraid.docker.icon"
value = "https://soderberg.tech/assets/unraid/ubuntu-logo.png"
value = "https://u.stws.cc/ubuntu-logo.png"
}
# Add labels in Docker to keep track of orphan resources.