unguix/my0-home-rekahsoft-ca: Add organizr.sh docker start script

This commit is contained in:
Collin J. Doering 2022-07-02 22:15:04 -04:00
parent bf863a8f3e
commit 8625202481
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/usr/bin/env bash
docker run \
-d \
--name=organizr \
--restart unless-stopped \
-v organizr:/config \
-e PGID=1000 -e PUID=1000 \
-e fpm=true \
-e branch=v2-master \
-p 80:80 \
docker.nexus.home.rekahsoft.ca/organizr/organizr