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
{{ message }}
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.
Probably because the port in isso is 80 not 8080 :D
So your docker command should look like: docker run -d --restart=always --name isso -p 127.0.0.1:8080:80 -v /home/isso/data:/data -e ISSO_HOST="https://isso.domain.cc" sheogorath/isso-docker
Apart from that, please notice that I switched this image away from GitHub and Docker Hub to Octo.sh and Quay.io.
I'm using the new repository now, but I have a doubt: When I try to use ISSO with SSL, I get an error in Firefox "Access-Control-Allow-Origin". I have been modifying the configuration of NGINX but I can not find a solution. Any idea?
I have created a configuration for NGINX and can create a certificate with SSL.
`server {
listen 80;
server_name isso.domain.cc;
}`
Then, when deploying with docker the image I can not access through HTTPS.
docker run -d --restart=always --name isso -p 8080:8080 -v /home/isso/data:/data -e ISSO_HOST="https://isso.domain.cc" sheogorath/isso-docker
Any ideas?
The text was updated successfully, but these errors were encountered: