Hi y'all, when I'm trying to do `docker-compose up...
# help
a
Hi y'all, when I'm trying to do
docker-compose up
to start my Supabase instance, I'm getting
Copy code
ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
What should I do here to fix that?
n
Hello @Aav! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
Thread was archived by @Aav. Anyone can send a message to unarchive it.
Aav (2022-05-10)
j
Hey @Aav it might be something to do with your docker compose binary being out of date
a
I ran
sudo apt update && sudo apt upgrade
, so it’s the latest available.
I got it working in the end via changing the compose version though.
n
Thread was archived by @Aav. Anyone can send a message to unarchive it.