Aav
05/10/2022, 11:29 PMdocker-compose up
to start my Supabase instance, I'm getting
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?Needle
05/10/2022, 11:29 PMNeedle
05/11/2022, 12:26 AMNeedle
05/11/2022, 12:26 AMjaitaiwan
05/11/2022, 1:16 AMAav
05/11/2022, 1:35 AMsudo apt update && sudo apt upgrade
, so it’s the latest available.Aav
05/11/2022, 1:36 AMNeedle
05/11/2022, 2:40 AM