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