View Single Post
Old 07-03-2023, 05:17 PM   #245
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

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
huber70 is offline   Reply With Quote