github hreskiv/mikr v1.16.1

latest releases: v1.30.2, v1.30.1, v1.30.0...
one month ago

Upgrading from 1.16.0

If you deployed v1.16.0 before this release, the Logs page stays empty until you add the UDP port mapping for the syslog receiver. Update your docker-compose.yml:

    ports:
      - "3000:3000"
      - "3443:3443"
      - "5514:5514/udp"   # ← add this

Then docker compose up -d. Fresh installs following the install docs already include this.

For MikroTik Container App users: add - "5514:5514/udp:syslog" to the YAML and a dstnat rule for UDP 5514 in RouterOS — see install guide.

Don't miss a new mikr release

NewReleases is sending notifications on new releases.