colloqi / pisignage-server

Local Server to manage piSignage players based on node.js
http://www.pisignage.com
MIT License
372 stars 153 forks source link

Docker-compose.yml error #124

Closed tunisiano187 closed 1 year ago

tunisiano187 commented 3 years ago

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?

nachochip commented 3 years ago

I had same issue. I found that by adding

version: '3'

to the top of the yml file it corrects everything.

fabian-technocite commented 1 year ago

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