added docker files
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
organizr:
|
||||
container_name: organizr
|
||||
hostname: organizr
|
||||
image: organizr/organizr
|
||||
environment:
|
||||
- PGID=1000
|
||||
- PUID=1000
|
||||
- FPM=false
|
||||
ports:
|
||||
- 8083:80/tcp
|
||||
restart: always
|
||||
volumes:
|
||||
- /mnt/docker/appdata/organizr/config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
Reference in New Issue
Block a user