Moved to another IP

Hi. I moved from one static IP to another. In my gitea_docker_compose.yaml I’m using 0.0.0.0 as an IP (it is default too) to host gitea on my public static IP. But after moving I found app.ini has an old IP so I replaced it. Aaand it doesnt work. Still 404 on my IP:port for gitea.

I have this error when trying to open web-UI of gitea:

what’s the value of these settings in your app.ini? Do you visit your gitea with bare ip address?

[server]
APP_DATA_PATH    = /data/gitea
DOMAIN           = 
SSH_DOMAIN       = 
HTTP_PORT        = 
ROOT_URL         =
DISABLE_SSH      = 
SSH_PORT         = 
SSH_LISTEN_PORT  =