Add Dashboard_Containers/organizr/compose.yaml

This commit is contained in:
2026-02-18 01:46:34 +00:00
parent 62ea828e34
commit c0fcecab23
@@ -0,0 +1,15 @@
---
services:
organizr:
container_name: organizr
hostname: organizr
image: organizr/organizr:latest
restart: unless-stopped
ports:
- 5011:80
volumes:
- /srv/docker/organizr:/config
environment:
- PUID=1000
- PGID=1000
- TZ=CST/UTC