From c85d67572360b94ab957002e94b9c8658223dd80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=B6hler?= <74658813+SebastianKohler@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:19:09 +0200 Subject: [PATCH] refactor(compose.yml): update port mapping --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 085d04c..0b44869 100644 --- a/compose.yml +++ b/compose.yml @@ -4,7 +4,7 @@ services: depends_on: - web ports: - - 2089:80 + - 2090:80 restart: unless-stopped volumes: - browser-static:/static