Files
homelab-docker-config/homarr/docker-compose.yml
Peter Smit a6f7c6cf5c v
2025-03-29 21:23:01 +01:00

12 lines
322 B
YAML

services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:v1.13.1
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${HOMARR_DATA_DIR}:/appdata
environment:
- SECRET_ENCRYPTION_KEY=${HOMARR_ENCRYPTION_KEY}
ports:
- '7575:7575'