Skip to content
Discussion options

You must be logged in to vote

Finally I got it working!

My main mistake was to insert the absolute path in the setup screen. After changing this to the default /photos (path inside the container) it worked.
Additionally I figured out, that there are some additional or variant entries necessary in the compose file. (The corresponding folders on the host system I had to create manually)

For me the easiest way was to set it up using a portainer stack.

Here is my compose file. Maybe it can help others who want so run PhotoView on a Synology Diskstation:

version: "3"

services:
  db:
    container_name: photoview_mariadb
    image: mariadb:10.5
    restart: always
    environment:
      - MYSQL_DATABASE=photoview
      - M…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by michaelsmolka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant