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
Successfully built d88cb20591b6
WARNING: Image for service restyaboard was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
Creating restyaboard_data_1
Creating restyaboard_postgres_1
Creating restyaboard_elasticsearch_1
Creating restyaboard_restyaboard_1
user@ubuntu:~/dpl/restyaboard$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
f0afe7887ec8 restyaboard_restyaboard "/docker-entrypoint.s" 4 minutes ago Up 4 minutes 0.0.0.0:443->80/tcp restyaboard_restyaboard_1
241655e31e66 elasticsearch "/docker-entrypoint.s" 4 minutes ago Up 4 minutes 9200/tcp, 9300/tcp restyaboard_elasticsearch_1
a6abfcf020b6 postgres "/docker-entrypoint.s" 4 minutes ago Up 4 minutes 5432/tcp restyaboard_postgres_1
c797a2439de4 busybox "tail -f /dev/null" 4 minutes ago Up 4 minutes restyaboard_data_1
The text was updated successfully, but these errors were encountered:
I'm not too familiar with either Docker or PHP but I would like to help implement this feature. You would likely to need to edit the restyaboard.conf file to enable SSL, no? The SSL_Protocol_Error is often indicative of the server wanting to talk in http instead.
Hi, someone know how run it? ERR_SSL_PROTOCOL_ERROR
deploy script
output
The text was updated successfully, but these errors were encountered: