Portainer on public domain

This commit is contained in:
= 2025-02-09 00:27:59 +01:00
parent f664873ced
commit 021b17ca5e

View file

@ -161,8 +161,8 @@ in
proxmox.enable = true;
portainer.proxy = {
enable = true;
domain = p.domains.ts;
host = "portainer.internal";
domain = p.domains.public;
host = p.hosts.portainer;
};
};
};