Add docker-compose configuration for organizr service

This commit is contained in:
2025-11-21 19:19:09 -05:00
parent fef047ebac
commit 2d752cb5f7

View File

@@ -0,0 +1,16 @@
---
version: "2.1"
services:
organizr:
image: organizr/organizr
container_name: organizr
environment:
- branch=v2-master
- PUID=1000
- PGID=1003
- TZ=GMT-5
volumes:
- /docker-containers/organizr:/config
ports:
- 9983:80
restart: unless-stopped