You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo apt-get install docker
sudo apt-get install docker-compose
sudo mkdir /usr/local/bin/baqend
sudo cd /usr/local/bin/baqend
sudo curl https://raw.githubusercontent.com/Baqend/docker-baqend-ce/master/docker-compose.yml > ./docker-compose.yml
sudo docker-compose up -d
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 version of "2" (or "2.0") 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/
Beginners issue?
The text was updated successfully, but these errors were encountered:
Self solved: I have edited the versioin from 3 to 2 and it "works".
Next I have
sudo ufw allow 8080
But the request to URL makes a redirect to https and then:
This site can’t provide a secure connection
*** sent an invalid response.
Any ideas?
An error occurred during a connection to ####.de:8080. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG
Hi,
I have done:
Beginners issue?
The text was updated successfully, but these errors were encountered: