SQLITE_CANTOPEN #22
-
Hi, I'm trying to deploy on a Synology NAS using portainer stack but I'm getting this error. What am I doing wrong? Thanks a lot for this, by the way, I cant wait to use it. ` ` The instructions I'm using is from here: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@graphiostudio The tutorial describes bind mount method to bind the data storage instead of creating volumes. Not sure why bind method not working. Can you try the docker compose file shared in the tutorial: https://docs.serpbear.com/deployment/running-locally-with-docker#using-docker-compose If Docker compose has issues creating a volume, you can try running |
Beta Was this translation helpful? Give feedback.
@graphiostudio The tutorial describes bind mount method to bind the data storage instead of creating volumes. Not sure why bind method not working. Can you try the docker compose file shared in the tutorial: https://docs.serpbear.com/deployment/running-locally-with-docker#using-docker-compose
If Docker compose has issues creating a volume, you can try running
docker volume create serpbear_data
.