This message was deleted.
# rancher-desktop
a
This message was deleted.
w
whats the error from compose call?
m
There is no error
Copy code
evel=info msg="2022/07/07 14:31:54 [INFO] [bolt, migrate] [message: Backing up database prior to version upgrade...]"
portainer  | level=info msg="2022/07/07 14:31:54 [INFO] [bolt, backup] [message: creating db backup]"
portainer  | level=info msg="2022/07/07 14:31:54 [INFO] [bolt, backup] [message: Copying db file from /data/portainer.db to /data/backups/common/portainer.db.bak]"
portainer  | 2022/07/07 14:31:54 server: Reverse tunnelling enabled
portainer  | 2022/07/07 14:31:54 server: Fingerprint b8:66:37:19:f8:9a:af:1c:5b:a4:9b:67:4e:95:fe:20
portainer  | 2022/07/07 14:31:54 server: Listening on 0.0.0.0:8000...
portainer  | level=info msg="2022/07/07 14:31:54 [DEBUG] [chisel, monitoring] [check_interval_seconds: 10.000000] [message: starting tunnel management process]"
portainer  | level=info msg="2022/07/07 14:31:54 [INFO] [cmd,main] Starting Portainer version 2.9.3"
portainer  | level=info msg="2022/07/07 14:31:54 [DEBUG] [internal,init] [message: start initialization monitor ]"
portainer  | level=info msg="2022/07/07 14:31:54 [INFO] [http,server] [message: starting HTTPS server on port :9443]"
portainer  | level=info msg="2022/07/07 14:31:54 [INFO] [http,server] [message: starting HTTP server on port :9000]"
The web application "hangs"
w
so its running, but nothing listening on 9000 and 9443?
m
No in 9443 i get
console log
Copy code
localhost/:4 
 GET <https://127.0.0.1:9443/15c087a.js> net::ERR_CERT_AUTHORITY_INVALID
localhost/:4 
 GET <https://127.0.0.1:9443/commons/app.61597f3….js> net::ERR_CERT_AUTHORITY_INVALID
localhost/:4 
 GET <https://127.0.0.1:9443/vendors/app.d50da65….js> net::ERR_CERT_AUTHORITY_INVALID
localhost/:4 
 GET <https://127.0.0.1:9443/app.bcae95d….js> net::ERR_CERT_AUTHORITY_INVALID
127.0.0.1:9443/favicon.png:1 
 GET <https://127.0.0.1:9443/favicon.png> net::ERR_CERT_AUTHORITY_INVALID
w
so self signed seems to be an issue, but it seems to be available?
m
This issue didn’t appear when running with Docker Desktop
w
its a different product and years less dev time so not surprised there are things that need to improve.
m
In your opinion what should be the solution ?
w
m
No , i’m using a Mac
w
have you checked with any portainer folks on their thoughts? containers seem to be running by the looks of it and traffic is mapped, but there is a TLS trust issue somewhere in the mix it seems that is breaking functionality
m
Found the problem There is a collision between Rancher Desktop and portainer 9443 is the port of the WebUI of Rancher desktop and i tried to mount portainer on the same port just changed to 7123 and problem solved
👍 3
w
good call on that didn’t even go down that thought path