Add 'scripts/pigallery2/launch-docker.sh'

pull/4/head
drunkendog 2022-09-30 17:24:54 +01:00
parent 5cc3cdb6ad
commit 34eda1dbf7
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
docker run --net main_subnet --ip 172.30.9.1 \
-e NODE_ENV=production \
-v /opt/pigallery2/config/config.json:/pigallery2-release/config.json \
-v /opt/pigallery2/sqlite/sqlite.db:/pigallery2-release/sqlite.db \
-v /opt/syncthing/data1/images:/pigallery2-release/demo/images \
-v /opt/pigallery2/TEMP:/pigallery2-release/demo/TEMP \
bpatrik/pigallery2:1.7.0-stretch