@mariosipad
oh no, I followed (tried to follow) the steps as described on
https://www.makeuseof.com/how-to-ins...-raspberry-pi/
but - nothing, guess I didn't understood the input to the .yml file:
wrote:
version: '3'
services:
pigallery2:
image: bpatrik/pigallery2:latest
container_name: pigallery2
environment:
- NODE_ENV=production
volumes:
- "./pigallery2/config:/app/data/config" # CHANGE ME
- "db-data:/app/data/db"
- "./pigallery2/images:/app/data/images:ro" # CHANGE ME, ':ro' mean read-only
- "./pigallery2/tmp:/app/data/tmp" # CHANGE ME
ports:
- 80:80
restart: always
volumes:
db-data:
Don't know what to keep and what to change