mayudev / revcord

A bridge for Discord and Revolt with easy setup through commands
MIT License
64 stars 9 forks source link

Docker method throws error #4

Closed 4444dogs closed 2 years ago

4444dogs commented 2 years ago

I followed the instructions on README.md for Docker exactly yet when I ran docker-compose up -d I just got the following error.

ERROR: The Compose file is invalid because:
Service revcord has neither an image nor a build context specified. At least one must be provided.
mayudev commented 2 years ago

Should be fixed in 23d8d8a991b2043f0a082cf0bd525ec3310aacaf Although this issue never occurred for me in Docker Compose version v2.6.1. If it still doesn't work, try using this version.

4444dogs commented 2 years ago

Seems to work now so I will close this issue