Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Can't find a suitable configuration file..." #123

Open
ghost opened this issue Oct 28, 2019 · 4 comments
Open

"Can't find a suitable configuration file..." #123

ghost opened this issue Oct 28, 2019 · 4 comments

Comments

@ghost
Copy link

ghost commented Oct 28, 2019

Hello.

I can't deploy (or something) ownphotos because Can't find a suitable configuration file in this directory or any parent. Are you in the right directory? I am in the right directory! How can I fix this?

I have entered some replacements for # CHANGE ME for this occasion.

Screenshot 1
Screenshot 2

@cesalo
Copy link

cesalo commented Nov 11, 2019

@e-edgren Not sure if you got this resolved but by looking at your configuration files you have errors in the def of you vol. It should be:
volumes:
- :/data # CHANGE ME
- :/code/protected_media # CHANGE ME
- :/code/logs # CHANGE ME

@ghost
Copy link
Author

ghost commented Nov 18, 2019

Thank you for your answer, @cesalo, but your solution didn't work :/ I copy-pasted what you wrote for the volumes and I got the same error as before.

@DigitalWarrior
Copy link

@e-edgren almost.
local/path/to/where/your/photos/are/stored:/data # CHANGE ME
local/path/to/where/you/want/thumbnails/stored:/code/protected_media # CHANGE Mlocal/path/to/where/you/want/log/files/stored:/code/logs # CHANGE ME

each one has two parts. the external part and inside docker part.
Outside/docker:Inside/Docker
here is my example.

volumes:
- /media/NAS/Pictures:/data # CHANGE ME
- /media/NAS/Ownphotos/thumbnails:/code/protected_media # CHANGE ME
- /media/NAS/Ownphotos/log:/code/logs # CHANGE ME

@ghost
Copy link
Author

ghost commented Jan 18, 2020

Thank you. It's working now, but I'm quitting here. Getting a new error message and it force me to install (according to this guide) VirtualBox and start it. I refuse to do that! :)

ERROR: Couldn't connect to Docker daemon - you might need to run 'docker-machine start default'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants