Homelab
Contents Files
yaml

docker-compose.yml

376 B 16 lines Modified View on GitHub Download
yaml
version: '3'services:  homarr:    container_name: homarr    image: ghcr.io/ajnart/homarr:latest    restart: unless-stopped    volumes:      - /data/misc/homarr/config:/app/data/configs      - /data/misc/homarr/icons:/app/public/icons      - /var/run/docker.sock:/var/run/docker.sock:ro    networks:      - reverseproxy networks:  reverseproxy:    external: true