self-hosted
self-hosted copied to clipboard
unexpected character
Followed the below guide but keep getting unexpected character when issuing ./server.sh start.
https://standardnotes.com/help/self-hosting/docker
./server.sh start Starting up infrastructure unexpected character "\"" in variable name near "all\" | \"query\" | \"schema\" | \"error\" | \"warn\" | \"info\" | \"log\" | \"migration\"\nREVISIONS_DB_MIGRATIONS_PATH=dist/migrations/*.js\n\nSYNCING_SERVER_JS_IMAGE_TAG=latest\nAPI_GATEWAY_IMAGE_TAG=latest\nAUTH_IMAGE_TAG=latest\nFILES_IMAGE_TAG=latest\nREVISIONS_IMAGE_TAG=latest\n" Infrastructure started. Give it a moment to warm up. If you wish please run the './server.sh logs' command to see details.
Using Ubuntu 22.04 with Docker Compose version v2.15.1
I got it sorted. Removed # "all" | "query" | "schema" | "error" | "warn" | "info" | "log" | "migration"
from the env.