View Single Post
Old 07-03-2023, 05:27 PM   #246
mariosipad
Guru
mariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watch
 
Posts: 725
Karma: 10738
Join Date: Nov 2012
Device: iPad & iPhone with Marvin 2 + 3 & Kobo Glo HD
@huber70

therefore use:
Code:
docker run -d \
   --name=pigallery2 \
   -p 8282:80 \
   -e NODE_ENV=production \
   -v /home/pi/Docker/pigallery2/config:/app/data/config \
   -v /home/pi/Docker/pigallery2/db:/app/data/db \
   -v /home/pi/Docker/pigallery2/images:/app/data/images \
   -v /home/pi/Docker/pigallery2/tmp:/app/data/tmp \
   --restart=unless-stopped \
   bpatrik/pigallery2:latest
mariosipad is offline   Reply With Quote