Skip to content

Homarr is a simple and modern homepage for your server that helps you access all of your services in one place. It integrates with the services you use to display useful information or control them. It’s easy to install and supports many different devices.

services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /home/raphaelgc/apps/homarr/configs:/app/data/configs
- /home/raphaelgc/apps/homarr/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 7575:7575
dns:
- 192.168.31.99
- 8.8.8.8
networks:
- homelab
networks:
homelab:
external: true

Replaced with Dashed