-
Hello, I'm trying to run this on my raspberry pi 4, I'm currently at around 40gb of Pictures. Starting up the container it works for a pretty long time (around half an hour I would say) and then fails. This are the logs: init as root
image: arm64-prod, build 220302-arm64
home: /photoprism
umask: "0002" (u=rwx,g=rwx,o=rx)
install-path: /opt/photoprism
running as uid 0
/opt/photoprism/bin/photoprism start
time="2022-04-18T06:23:46Z" level=info msg="PhotoPrism® needs your support!"
time="2022-04-18T06:23:46Z" level=info msg="Visit https://docs.photoprism.app/funding/ to learn more."
time="2022-04-18T06:23:46Z" level=info msg="config: make sure your server has enough swap configured to prevent restarts when there are memory usage spikes"
time="2022-04-18T06:52:58Z" level=fatal msg="dial tcp 172.18.0.2:3306: connect: connection timed out" Im using mysql/mysql-server as database container. Is there anything else I would need to configure? Here are my current timeout settings when executing
The docker-compose for the prism container is basicly the default one except for the passwords. Any help is much appricated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Ok so, I did miss setting the network! |
Beta Was this translation helpful? Give feedback.
Ok so, I did miss setting the network!