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
Hello, I tried running Hatchet locally,using docker way, but since port 8080 was already occupied, I switched to port 3033. I modified the Caddyfile to:
I also updated line 52 in docker-compose.yml (setting SERVER_AUTH_COOKIE_DOMAIN to localhost:3033) and line 104 (mapping ports: "3033:3033" for the Caddy service). After running docker compose up -d and open http://localhost:3033/ in browser, the page shows "Something went wrong" with the following logs:
Hello, I tried running
Hatchet
locally,using docker way, but since port 8080 was already occupied, I switched to port 3033. I modified the Caddyfile
to:I also updated line 52 in
docker-compose.yml
(settingSERVER_AUTH_COOKIE_DOMAIN
tolocalhost:3033
) and line 104 (mappingports
:"3033:3033"
for the Caddy service). After runningdocker compose up -d
and openhttp://localhost:3033/
in browser, the page shows "Something went wrong" with the following logs:How can I correctly switch the ports?
thanks for your reply
The text was updated successfully, but these errors were encountered: