[podman] Remove hostname option so that DNS resolves correctly.

This commit is contained in:
2025-04-25 11:55:53 -07:00
parent 4105a6ff38
commit 83ca3abf20

View File

@@ -49,7 +49,6 @@ in
in
{
inherit image dependsOn volumes environment environmentFiles ports user;
hostname = "${hostName}.${domain}";
autoStart = true;
labels = {
"traefik.enable" = "true";