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
I'm trying to setup a docker container with traefik as a reverse proxy, using mkcert to generate certificates on macos. I created a repository as example here. In the dynamic config there are the references for the certificate and key files, which are set in volume set on docker-compose file.
I installed mkcert with brew, and then ran these commands:
But when I started the container I couldn't see it in the browser. I checked docker and traefik separately and both are working as they should. So probably I messed up something while setting up mkcert. I also tried to remove everything (#208) and start again but didn't have any luck.
I've been using this setup for a couple of years without any issues. Recently I changed laptop and now I can't figure out what is wrong. I would really appreciate any help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm trying to setup a docker container with traefik as a reverse proxy, using mkcert to generate certificates on macos. I created a repository as example here. In the dynamic config there are the references for the certificate and key files, which are set in volume set on docker-compose file.
I installed mkcert with brew, and then ran these commands:
But when I started the container I couldn't see it in the browser. I checked docker and traefik separately and both are working as they should. So probably I messed up something while setting up mkcert. I also tried to remove everything (#208) and start again but didn't have any luck.
I've been using this setup for a couple of years without any issues. Recently I changed laptop and now I can't figure out what is wrong. I would really appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions