Update docker-compose.yml

This commit is contained in:
2026-05-15 00:20:33 -05:00
parent 78f6eec2c6
commit c44aea3e11

View File

@@ -173,4 +173,18 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional: enables Docker integration
- ${CONFIG_PATH}/homarr:/appdata # Persistent config/data storage
environment:
- SECRET_ENCRYPTION_KEY=${SECRET_KEY} # Required: paste 64-char hex string here
- TZ=America/Chicago # Set your timezone
ports:
- 7575:7575