12 lines
322 B
YAML
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' |