Homarr
Homarr docker-compose
This will run Homarr under http://localhost:[port] inside your network
version: "2.1"
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /home/[user]/docker/homarr/configs:/app/data/configs
- /home/[user]/docker/homarr/icons:/app/public/icons
ports:
- [port]:7575Copy
NOTE:
[user] Corresponds to the folder of you user in your system
[port] The desired port you'd like to map the host