Organize all your server applications and services into one sleek, modern dashboard. This tool puts everything at your fingertips, giving you a single, convenient location to access and control your entire setup. The interface is designed for simplicity, featuring an intuitive drag-and-drop system that lets you arrange your dashboard exactly how you like it without ever touching a configuration file.
It offers a range of powerful features to enhance your server management:
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/data/icons
- ./homarr/data:/data
ports:
- '7575:7575'# The official Homarr deployment does not require any sensitive environment variables by default.
# You can define optional environment variables here if needed in the future.Auto-fetched 6 minutes ago
Auto-fetched 6 minutes ago