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 ran into an issue after upgrading to V0.3 that was not previously an issue after the changes to Traefik and Tunnel. My .env file leveraged WARDEN_ENV_NAME=ProjectNameHere which created issues when trying to stand up my environment. Changing WARDEN_ENV_NAME to projectnamehere matched the network name created by Docker (as it enforces lowercase) and fixed the issue.
The text was updated successfully, but these errors were encountered:
I ran into an issue after upgrading to V0.3 that was not previously an issue after the changes to Traefik and Tunnel. My
.env
file leveragedWARDEN_ENV_NAME=ProjectNameHere
which created issues when trying to stand up my environment. ChangingWARDEN_ENV_NAME
toprojectnamehere
matched the network name created by Docker (as it enforces lowercase) and fixed the issue.The text was updated successfully, but these errors were encountered: