I have the files created for appdata/xteve/config though cannot figure out what i am doing wrong only a few weeks into using any yaml, i understand from google its maybe to do with the indentations.
This is not a valid compose file, it lacks the top level services declaration:
services:
xteve:
...
It you use the docker-compose (=v1.x) command instead of the docker compose (=v2.x) command, you might need to use the top level 'version` declaration as well. Recent versions of both shouldn’t require version anymore, older versions of v1.x do.
In case of doubt, always consult the compose specification to see what configuration keys exist and how they are supposed to be used:: Compose specification | Docker Documentation
Hey new suggestion. Why don’t you just say the one and only way and don’t waste the time of people googling around about things they just want to learn but do not understand because there are 17k ways to achieve a simple task. just say…hey guys if you want to specify a volume on docker just do this. Instead you are suggesting a lot of ways and things and some magic mayby some mushrooms and some other drugs to understand what kind of thing we want to do with volumes and maybe we are just on some weird drugs there is always a solution which is not documented and which is not really recommended. Just do it one way and document it and everybody is happy.
Came here from Google after hours of frustration… this type of incredibly ambiguous and frankly unhelpful error message output is one of the dozens of reasons working with Docker is an absolutely massive PITA… I really hope the devs can see this.