colloqi/pisignage-server

Docker-compose.yml error

tunisiano187 opened this issue · 2 comments

Hello,
When trying docker-compose up -d, it gives me this

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

Can you tell me what am i missing?

I had same issue. I found that by adding

version: '3'

to the top of the yml file it corrects everything.

as this issue is solved, you can close this ticket, thanks