Organizr logo

Organizr

A sleek, modern dashboard that puts all of your apps and services at your fingertips.

#dashboard #Screenshots

Getting Started

  1. Create a folder and move to the folder
    mkdir organizr && cd organizr
    
  2. Create a docker-compose.yml file 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:
    
  3. Run the following command to start the container:
    docker compose up -d
    
  4. Open the browser and go to http://localhost:9005 to access the Organizr.