Add docker-compose configuration for organizr service
This commit is contained in:
16
organizr/docker-compose.yml
Normal file
16
organizr/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user