tuxgasy/docker-dolibarr

Can't start the container

felizycontento opened this issue · 3 comments

I allways get the following error

ERROR: The Compose file './docker-compose.yml' is invalid because: Unsupported config option for services: 'mariadb'

hi @felizycontento,

We'll need to see your docker-compose file to help ... for sure mariadb is not a valid option for a service in a docker-compose file ^_^

I have solved this issue by adding this line:

version: "3.7"

in the top of docker-compose.yml file.

@tuxgasy I think this issue could be closed safely.