Organizr
Organizr aims to be your one stop shop for your Servers Frontend.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "2.1"
services:
organizr:
image: linuxserver/organizr
container_name: organizr
environment:
- PUID=1000
- PGID=1000
- TZ=<your timezone, eg Europe/London>
volumes:
- <path to data>:/config
ports:
- 9983:80
restart: unless-stoppedResources
GitHub: https://github.com/causefx/Organizr
Docker Hub: https://hub.docker.com/r/organizr/organizr
Docker Hub (LinuxServer.io): https://hub.docker.com/r/linuxserver/organizr
Configuration: See the Docker Hub pages