From 48d8e98c44de5f05adab9dea48c1cafc9d6a55e2 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 21 Feb 2025 10:48:39 -0500 Subject: [PATCH] Update stack.staging.yml --- stack.staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.staging.yml b/stack.staging.yml index 4cef3b1..22a77f0 100644 --- a/stack.staging.yml +++ b/stack.staging.yml @@ -52,7 +52,7 @@ services: traefik.docker.network: traefik traefik.enable: "true" traefik.http.routers.postiz-staging.entrypoints: "websecure" - traefik.http.routers.postiz-staging.rule: Host(`postiz.nixc.us`) + traefik.http.routers.postiz-staging.rule: Host(`postiz.staging.nixc.us`) traefik.http.routers.postiz-staging.service: "postiz-staging" traefik.http.routers.postiz-staging.tls: "true" traefik.http.routers.postiz-staging.tls.certresolver: "letsencryptresolver"