From 8586ed34117c5b3d8b038b19e7ea85813d030b97 Mon Sep 17 00:00:00 2001 From: "Sven (AAMOS AI)" Date: Tue, 11 Aug 2026 17:52:23 +0700 Subject: [PATCH] fix(compose): mappa admin-porten mot 8080 (non-root nginx) --- infrastructure/docker/docker-compose.production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/docker/docker-compose.production.yml b/infrastructure/docker/docker-compose.production.yml index dcfd1f7..8caa885 100644 --- a/infrastructure/docker/docker-compose.production.yml +++ b/infrastructure/docker/docker-compose.production.yml @@ -60,7 +60,7 @@ services: image: app-admin:latest container_name: app-admin ports: - - "127.0.0.1:4180:80" + - "127.0.0.1:4180:8080" restart: unless-stopped deploy: resources: