# docker-compose.yml # Docker Hub: https://hub.docker.com/r/organizr/organizr/ # The WebUI can be found at http://: networks: : external: true services: organizr: container_name: organizr environment: - PUID=1000 - PGID=1000 image: organizr/organizr: networks: - ports: - "80:80" # WebUI Port restart: unless-stopped volumes: - ./config:/config