-
Notifications
You must be signed in to change notification settings - Fork 26
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
ERROR: Named volume "home/kevin/appdata/kitana:/app/data:rw" is used in service "kitana" but no declaration was found in the volumes section. #38
Comments
Did you ever try to install Kitana before? |
Nope, this is the first time I'm trying to install it. I saw that you have a docker container for it so I went for it. |
|
If not, this seems like a user error, nothing Kitana is related to. |
When I said that, I was referring to remembering about reading about Kitana in the past. But I did not know how to use docker back then. But now that I 100% use docker for everything, it was easier for me to use it. |
The config you posted above has an indentation error. |
Nevermind, it worked now. I don't know exactly why but I rewrote everything in the docker-compose.yml file and it worked. It's probably the spacing again. |
Here's the contents of my docker-compose.yml file but it is not working when I do a
docker-compose up -d
ERROR: Named volume "home/kevin/appdata/kitana:/app/data:rw" is used in service "kitana" but no declaration was found in the volumes section.
I have several docker containers with the same structure in the same docker-compose.yml running without issues. What could cause this?
The text was updated successfully, but these errors were encountered: