HTPC/Homelab Services Organizer, Written in PHP
2.8K
This image is derived from sgtsquiggs/alpine.nginx.
organizr - HTPC/Homelab Services Organizer, Written in PHP
docker run \
--name=organizr \
-v <path to data>:/config \
-e PGID=<gid> -e PUID=<uid> \
-p 80:80 \
sgtsquiggs/organizr
-p 80:80 external port 80 mapping to internal port 80-v <path>:/config where configuation files are stored.-e PGID=<gid> for Group ID (see below)-e PUID=<uid> for User ID (see below)Set these to match the user/group ID of shared data volumes. Files written to these volumes will match the provided uid/gid.
Content type
Image
Digest
Size
31.2 MB
Last updated
over 9 years ago
docker pull sgtsquiggs/organizr