Organizr
5593A sleek, modern dashboard that puts all of your apps and services at your fingertips.
#dashboard #Screenshots
2025-02-25
2025-03-09
Getting Started
- Create a folder and move to the folder
mkdir organizr && cd organizr - Create a
docker-compose.ymlfile and add the following content:services: organizr: container_name: organizr image: organizr/organizr restart: unless-stopped ports: - "9005:80" environment: - PGID=1000 - PUID=1000 - fpm=false - branch=v2-master volumes: - config:/config volumes: config: - Run the following command to start the container:
docker compose up -d - Open the browser and go to http://localhost:9005 to access the Organizr.