From f4b4360021f4dd96c2053510f33ed176b24f1c21 Mon Sep 17 00:00:00 2001 From: Grzegorz Kucmierz Date: Sun, 8 Feb 2026 04:35:29 +0100 Subject: [PATCH] change port --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a2c9995..86c4c69 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: context: . dockerfile: Dockerfile ports: - - "8080:80" + - "8081:80" restart: unless-stopped # Uncomment the following lines if you want to mount the configuration locally for development/testing # volumes: