View Single Post
Old 07-06-2023, 08:17 AM   #291
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

You could try this:

docker stop pigallery2

docker rm pigallery2

Code:
docker run -d \
   --name=pigallery2 \
   --net=host \
   -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
Then check again.

PS: are your running the 32bits RaspiOS or the 64 bits version?
mariosipad is offline   Reply With Quote