I upgraded my docker deployment n8n and now can't get to the page

I deployed it using the following command:

docker run -itd --rm \
  --name n8n \
  -p 9611:9611 \
  -p 5679:5679 \
  -e N8N_SECURE_COOKIE=false \
  -e GENERIC_TIMEZONE="Asia/Shanghai" \
  -e TZ="Asia/Shanghai" \
  -e N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true \
  -e N8N_RUNNERS_ENABLED=true \
  -e N8N_HOST=101.xx.xx.xx \
  -e N8N_PORT=9611 \
  -e N8N_PROTOCOL=http \
  -e WEBHOOK_TUNNEL_URL=http://101.xx.xx.xx \
  -e DB_SQLITE_POOL_SIZE=5 \
  -e N8N_BLOCK_ENV_ACCESS_IN_NODE=false \
  -e N8N_GIT_NODE_DISABLE_BARE_REPOS=true \
  -v n8n_data:/home/node/.n8n \
  docker.n8n.io/n8nio/n8n:latest

n8n shows that there are two updates, so I updated the image and rebuilt the container. After that, the service can no longer be accessed.

The error message is displayed as follows:

The browser console shows:

hello @sssssssssss

n8n doesn’t expose multiple ports.

And you can’t use an IP address as N8N_HOST variable. It should be a name