standardnotes / syncing-server-js

The Standard Notes server. For self-hosting, use https://github.com/standardnotes/standalone
GNU Affero General Public License v3.0
70 stars 15 forks source link

Wrong Docker-compose file version #80

Closed joekerna closed 3 years ago

joekerna commented 3 years ago

When running server.sh start I get the following error

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. For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/

docker-compose version gives

docker-compose version 1.25.0, build unknown docker-py version: 4.1.0 CPython version: 3.8.10 OpenSSL version: OpenSSL 1.1.1d 10 Sep 2019

I did not change the docker-compose file or .env file at all from release 1.35.2

joekerna commented 3 years ago

I've updated docker-compose to 1.29.2 and it's working now.