Added invoiceninja test files w/ random pass

This commit is contained in:
Ash Leece 2020-02-20 02:42:14 +00:00
parent 9843925e3c
commit b7d91b200c
2 changed files with 19 additions and 0 deletions

@ -0,0 +1 @@
Subproject commit 9060027999eea89ca5afc393a0c35e8e295a4db3

View File

@ -0,0 +1,18 @@
version: "3"
volumes:
organizr:
services:
organizr:
image: linuxserver/organizr
container_name: organizr
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
volumes:
- organizr:/config
ports:
- 8004:80
restart: unless-stopped