I create a docker compose for self-hosted services.
As there are a lot of services I decided to make a base compose file, which includes every service needed, so i can easily manage what i need and what i do not need.
I attach screenshot with file structure and base docker compose file screenshot
The problem is that when I do “docker compose up” I receive “(root) Additional property include is not allowed”
I do not have any more “include” property anywhere.
Running on windows.
I am expecting my base docker-compose file to startup necessary services.
Itachi Uchiha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.