From aec7bdb1ac0aeb8b9b05cdc001699cc5be0d8705 Mon Sep 17 00:00:00 2001 From: caretaker Date: Wed, 22 Apr 2026 17:43:37 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20docker-compose.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b023282..4d0ba9b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,2 +1,12 @@ service: - \ No newline at end of file + homarr: + container_name: homarr + image: ghcr.io/homarr-labs/homarr:latest + restart: unless-stopped + volumes: + - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration + - ./homarr/appdata:/appdata + environment: + - SECRET_ENCRYPTION_KEY=a5768cf048956f4da12fd0773b95f8960d571cfd2889c5c428ca9a4c8016bb36 + ports: + - '7575:7575' \ No newline at end of file