samyun / southwest-price-drop-bot

Bot that watches Southwest flights for price drops.
Other
74 stars 41 forks source link

Docker-Compose Errors #86

Closed utdrmac closed 9 months ago

utdrmac commented 9 months ago
$ docker-compose --version
docker-compose version 1.24.1, build 4667896b

$ docker --version
Docker version 24.0.2, build cb74dfc

$ docker-compose build
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.nodeapp.depends_on contains an invalid type, it should be an array
services.nodescheduler.depends_on contains an invalid type, it should be an array
utdrmac commented 9 months ago

Had to remove the old docker-compose and install apt-get install docker-compose-plugin which is version 2.21 and now it builds.