From 20c00e7e6c731fad0bc9547d9e897d19bc8820c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C5=A1a=20Puk=C5=A1i=C4=8D?= Date: Tue, 14 Oct 2025 22:11:47 +0200 Subject: [PATCH] Fix prod --- compose.prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.prod.yaml b/compose.prod.yaml index 0503b9e..b923263 100644 --- a/compose.prod.yaml +++ b/compose.prod.yaml @@ -22,7 +22,7 @@ services: # DATABASE_URL: ${DATABASE_URL} ports: - target: 80 - published: 80 + published: 8080 protocol: tcp # Uncomment if you terminate TLS here (otherwise put TLS on your edge proxy) # - target: 443