mirror of
https://github.com/michivonah/docker.git
synced 2025-12-22 20:36:27 +01:00
13 lines
316 B
YAML
13 lines
316 B
YAML
version: '3'
|
|
services:
|
|
homarr:
|
|
container_name: homarr
|
|
image: ghcr.io/ajnart/homarr:latest
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
- ./configs:/app/data/configs
|
|
- ./icons:/app/public/icons
|
|
- ./data:/data
|
|
ports:
|
|
- '7575:7575'
|