From 11ca0071ad0e624b35434f8912020502a427dd51 Mon Sep 17 00:00:00 2001 From: Malte Date: Sun, 15 Dec 2024 19:11:46 +0100 Subject: [PATCH] fix localhost ip --- hedgedoc/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hedgedoc/init.sls b/hedgedoc/init.sls index 04035f4..6856606 100644 --- a/hedgedoc/init.sls +++ b/hedgedoc/init.sls @@ -39,7 +39,7 @@ hedgedoc_docker_present: - volumes: - /opt/hedgedoc/uploads:/hedgedoc/public/uploads - ports: - - "127.0.0.0:3000:3000" + - "127.0.0.1:3000:3000" - restart: always hedgedoc_database_present: