-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Deathraymind edited this page Dec 2, 2023
·
3 revisions
Homarr provides a simple yet powerful dashboard for your server. Here's how you can easily set it up using Docker Compose or a stack in Portainer.
-
Create a Docker Compose File or a Stack in Portainer
- Prepare to add the configuration details.
-
Paste the Following Configuration
- Use this Docker Compose configuration:
version: '3'
# Homarr - A simple, yet powerful dashboard for your server.
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- ./homarr/configs:/app/data/configs
- ./homarr/data:/data
- ./homarr/icons:/app/public/icons
ports:
- '7575:7575'
Run the command
docker-compose up -d to provision it.
You can reach the Homarr dashboard at the IP address of your Docker server. In this example, it is 172.16.16.10:7575. Note: 7575 is the port for Homarr.