ChristianLempa / videos

This is my video documentation. Here you'll find code-snippets, technical documentation, templates, command reference, and whatever is needed for all my YouTube Videos.
MIT License
850 stars 306 forks source link

ansible-semaphore #53

Closed v-adityajoshi closed 9 months ago

v-adityajoshi commented 1 year ago

Throwing following error while configuring using example docker-compose.yaml file.

ERROR: The Compose file './docker-compose.yaml' is invalid because:
Unsupported config option for services: 'mysql'
Unsupported config option for volumes: 'semaphore-mysql'
Mcamin commented 9 months ago

@v-adityajoshi Try setting the compose file version to 3.8 or 3.7 and make sure you configured the mapping properly version: "3.8"