Zigbee2MQTT breaking at restart

My Raspberry Pi 4B + CC2652P was working fine till first power outage. After restart it’s stuck in the loop. Ui is showing 502 Bad Gateway error and in console i get this all the time.

Zigbee2MQTT:error 2022-01-19 21:06:21: MQTT failed to connect: getaddrinfo ENOTFOUND core-mosquitto
Zigbee2MQTT:error 2022-01-19 21:06:21: Exiting...
[21:06:31] INFO: Handing over control to Zigbee2mqtt Core ...
> [email protected] start
> node index.js

Here’s my config:

data_path: /config/zigbee2mqtt
external_converters: []
devices: devices.yaml
groups: groups.yaml
homeassistant: true
permit_join: false
mqtt:
  base_topic: zigbee2mqtt
serial:
  port: >-
    /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.3:1.0-port0
advanced:
  log_level: warn
  pan_id: 6754
  channel: 11
  network_key:
    - 1
    - 3
    - 5
    - 7
    - 9
    - 11
    - 13
    - 15
    - 0
    - 2
    - 4
    - 6
    - 8
    - 10
    - 12
    - 13
  availability_blocklist: []
  availability_passlist: []
device_options: {}
blocklist: []
passlist: []
queue: {}
frontend:
  port: 8099
experimental: {}
availability: false
socat:
  enabled: false
  master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
  slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
  options: '-d -d'
  log: false

And here also network bottom line:

Network

Container Host Description
8485/tcp Socat tcp-listen port

Anybody had sth similar?