Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

sgtsquiggs/docker-organizr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

organizr

This image is derived from sgtsquiggs/alpine.nginx.

organizr - HTPC/Homelab Services Organizer, Written in PHP

Usage

docker run \
    --name=organizr \
    -v <path to data>:/config \
    -e PGID=<gid> -e PUID=<uid> \
    -p 80:80 \
    sgtsquiggs/organizr

Parameters

  • -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)

User and Group ID

Set these to match the user/group ID of shared data volumes. Files written to these volumes will match the provided uid/gid.

Acknowledgements

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published