From 9006dae33349b65548bcbd383fd50a587af520a9 Mon Sep 17 00:00:00 2001 From: Adrian Altner Date: Wed, 22 Apr 2026 18:12:55 +0200 Subject: [PATCH] fix: update port mapping for website service in Docker Compose --- compose.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/compose.yml b/compose.yml index 1056761..91a26f6 100644 --- a/compose.yml +++ b/compose.yml @@ -5,9 +5,5 @@ services: image: localhost/adrian-altner.de:latest container_name: adrian-altner.de ports: - - "4321:4321" - environment: - NODE_ENV: production - HOST: 0.0.0.0 - PORT: 4321 + - "4321:80" restart: unless-stopped