diff --git a/organizr/docker-compose.yml b/organizr/docker-compose.yml new file mode 100644 index 0000000..e73f7a8 --- /dev/null +++ b/organizr/docker-compose.yml @@ -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 \ No newline at end of file