View Single Post
Old 07-03-2023, 05:52 PM   #249
huber70
Addict
huber70 has learned how to buy an e-book online
 
Posts: 274
Karma: 96
Join Date: Nov 2017
Location: Germany
Device: Tolino Vision6
@mariosipad

ok, did it and run the script again with the following:

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
Unable to find image 'bpatrik/pigallery2:latest' locally
latest: Pulling from bpatrik/pigallery2
330ad28688ae: Pull complete
55fd9a82ebad: Pull complete
baa5a071f818: Pull complete
91c48c827d3f: Pull complete
74f56d374b73: Pull complete
6e22f38353da: Pull complete
4885a33ad691: Pull complete
539bcb559b72: Pull complete
83b059a6bb9d: Pull complete
Digest: sha256:d554a370b7189421b33ccf9faa66fbfb61f9050ca0f 04ef259830e2e00d5aaba
Status: Downloaded newer image for bpatrik/pigallery2:latest
2aa1aaff8d012fe2b910b9bcd6077770e9079ac04e13984e79 4d059354a8c4ee

äh - and now?
huber70 is offline   Reply With Quote