Compose-Library/organizr.compose.yaml.txt
2025-01-25 18:01:48 +01:00

11 lines
No EOL
287 B
Text
Executable file

services:
organizr:
container_name: organizr-${PORT}-${USER_ID}
volumes:
- ${DATADIR}:/config
environment:
- PGID=${USER_ID}
- PUID=${USER_ID}
ports:
- ${PORT}:80
image: ghcr.io/organizr/organizr