dockerfy traefik

This commit is contained in:
2026-01-31 10:38:41 -06:00
parent 8f3ded4029
commit b264cddcda

View File

@@ -48,8 +48,10 @@
]; ];
ports = [ ports = [
"80:80" "80:81"
"443:443" "127.0.0.1:80:80"
"443:444"
"127.0.0.1:443:443"
]; ];
labels = { labels = {