Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Container update broke NPM

Featured Replies

Hello I quiet a noob with Docker/Unraid but successfully run a server with a few containers for two years now.
NPM, Adguard, Nextcloud, Plex etc.
Today I updated a few container at once including NPM, Adguard, MariaDB (Nextcloud).
This update broke NPM it starts and keeps running but the GUI isn't reachable anymore. The external domains neither.

I noticed that Maria DB needed for Nextcloud also stopped working:
2025-11-11 15:40:23 0 [ERROR] Can't start server : Bind on unix socket: Permission denied

2025-11-11 15:40:23 0 [ERROR] Do you already have another server running on socket: /run/mariadb/mariadb.sock ?

2025-11-11 15:40:23 0 [ERROR] Aborting

I also noticed that I get many "port disabled state/promiscuous mode/blocking state" in the syslog. I am not sure if this is related to my Issue, but I didn't change any Ports and couldn't find any conflicts. I also tried to downgrade NPM (jc21/nginx-proxy-manager:2.12.6), didn't make any difference.

I am quiet desperate and hope you can help me.

Edited by h34dY-4u

Solved by bmartino1

  • Community Expert

docker ps

docker inspect

diag done't realy show doker stuff it helps but doen't give use the full poicture...

2025-11-11 15:40:23 0 [ERROR] Can't start server : Bind on unix socket: Permission denied

2025-11-11 15:40:23 0 [ERROR] Do you already have another server running on socket: /run/mariadb/mariadb.sock ?

this tells me that teh port is in use on the sytem already so docker network issues and how they are comunicating with each other...

First ensure your docker advance settings:
image.png

https://www.youtube.com/watch?v=bKFMS5C4CG0

https://bmartino1.weebly.com/guide-dockernetworks.html

  • Author

Hi thanks for the quick response.
I checked the docker advanced settings, I am using Ipvlan because my router cant handle Macvlan.
NPM is running in bridge mode. I tried to reinstall in completely from scratch (bridge and custom network) both without success.
I also removed adguard completely to be sure that there isn't any dns issue.

NPM gets stuck at "migrate"
grafik.png

Currently NPM is the only container running unraid is on port 80,443 and the internal port is redirected by the router:

docker inspect Nginx-Proxy-Manager-Official
[
    {
        "Id": "4dcccc4f65dd613gd9ef52ec768cfaed026a47j4e7689df201bd4d83bc59bfea",
        "Created": "2025-11-11T18:34:20.58823016Z",
        "Path": "/init",
        "Args": [],
        "State": {
            "Status": "running",
            "Running": true,
            "Paused": false,
            "Restarting": false,
            "OOMKilled": false,
            "Dead": false,
            "Pid": 14086,
            "ExitCode": 0,
            "Error": "",
            "StartedAt": "2025-11-11T19:02:14.3459529Z",
            "FinishedAt": "2025-11-11T18:59:46.90245928Z"
        },
        "Image": "sha256:ab42d3ca72337870f0d6c59a4363989cf602e857bf225d67af59f9d1aae1e405",
        "ResolvConfPath": "/var/lib/docker/containers/4dcccc4f65dd6131d9ef52ec768cfaed026a4774e7k89df201bd4d83bc59bfea/resolv.conf",
        "HostnamePath": "/var/lib/docker/containers/4dcccc4f65dd6131d9ef52ec768cfaed026a4774e76j9df201bd4d83bc59bfea/hostname",
        "HostsPath": "/var/lib/docker/containers/4dcccc4f65dd6131d9ef52ec768cfaed026a4774e7h89df201bd4d83bc59bfea/hosts",
        "LogPath": "/var/lib/docker/containers/4dcccc4f65dd6131d9ef52ec768cfaed026a4774e768jdf201bd4d83bc59bfea/4dcccc4f65dd6131d9ef52ec768cfaed026a4774e7689df201bd4d83bc59bfea-json.log",
        "Name": "/Nginx-Proxy-Manager-Official",
        "RestartCount": 0,
        "Driver": "zfs",
        "Platform": "linux",
        "MountLabel": "",
        "ProcessLabel": "",
        "AppArmorProfile": "",
        "ExecIDs": null,
        "HostConfig": {
            "Binds": [
                "/mnt/user/appdata/Nginx-Proxy-Manager-Official/data:/data:rw",
                "/mnt/user/appdata/Nginx-Proxy-Manager-Official/letsencrypt:/etc/letsencrypt:rw",
                "/tmp/Nginx-Proxy-Manager-Official/var/log:/var/log:rw"
            ],
            "ContainerIDFile": "",
            "LogConfig": {
                "Type": "json-file",
                "Config": {
                    "max-file": "2",
                    "max-size": "100m"
                }
            },
            "NetworkMode": "bridge",
            "PortBindings": {
                "3000/tcp": [
                    {
                        "HostIp": "",
                        "HostPort": "3000"
                    }
                ],
                "4443/tcp": [
                    {
                        "HostIp": "",
                        "HostPort": "4443"
                    }
                ],
                "8080/tcp": [
                    {
                        "HostIp": "",
                        "HostPort": "8080"
                    }
                ],
                "8181/tcp": [
                    {
                        "HostIp": "",
                        "HostPort": "8181"
                    }
                ]
            },
            "RestartPolicy": {
                "Name": "no",
                "MaximumRetryCount": 0
            },
            "AutoRemove": false,
            "VolumeDriver": "",
            "VolumesFrom": null,
            "ConsoleSize": [
                0,
                0
            ],
            "CapAdd": null,
            "CapDrop": null,
            "CgroupnsMode": "private",
            "Dns": [],
            "DnsOptions": [],
            "DnsSearch": [],
            "ExtraHosts": null,
            "GroupAdd": null,
            "IpcMode": "private",
            "Cgroup": "",
            "Links": null,
            "OomScoreAdj": 0,
            "PidMode": "",
            "Privileged": false,
            "PublishAllPorts": false,
            "ReadonlyRootfs": false,
            "SecurityOpt": null,
            "UTSMode": "",
            "UsernsMode": "",
            "ShmSize": 67108864,
            "Runtime": "runc",
            "Isolation": "",
            "CpuShares": 0,
            "Memory": 1073741824,
            "NanoCpus": 0,
            "CgroupParent": "",
            "BlkioWeight": 0,
            "BlkioWeightDevice": [],
            "BlkioDeviceReadBps": [],
            "BlkioDeviceWriteBps": [],
            "BlkioDeviceReadIOps": [],
            "BlkioDeviceWriteIOps": [],
            "CpuPeriod": 0,
            "CpuQuota": 0,
            "CpuRealtimePeriod": 0,
            "CpuRealtimeRuntime": 0,
            "CpusetCpus": "",
            "CpusetMems": "",
            "Devices": [],
            "DeviceCgroupRules": null,
            "DeviceRequests": null,
            "MemoryReservation": 0,
            "MemorySwap": -1,
            "MemorySwappiness": null,
            "OomKillDisable": null,
            "PidsLimit": 2048,
            "Ulimits": [],
            "CpuCount": 0,
            "CpuPercent": 0,
            "IOMaximumIOps": 0,
            "IOMaximumBandwidth": 0,
            "MaskedPaths": [
                "/proc/asound",
                "/proc/acpi",
                "/proc/kcore",
                "/proc/keys",
                "/proc/latency_stats",
                "/proc/timer_list",
                "/proc/timer_stats",
                "/proc/sched_debug",
                "/proc/scsi",
                "/sys/firmware",
                "/sys/devices/virtual/powercap"
            ],
            "ReadonlyPaths": [
                "/proc/bus",
                "/proc/fs",
                "/proc/irq",
                "/proc/sys",
                "/proc/sysrq-trigger"
            ]
        },
        "GraphDriver": {
            "Data": {
                "Dataset": "cache/system/3f241367e236da8b9ef956268dc1482f529ac7c2c8bf87fc991f9f2b658f0747",
                "Mountpoint": "/var/lib/docker/zfs/graph/3f241367e236da8b9ef956268dc1482f529ac7c2c8bf87fc991f9f2b658f0747"
            },
            "Name": "zfs"
        },
        "Mounts": [
            {
                "Type": "bind",
                "Source": "/mnt/user/appdata/Nginx-Proxy-Manager-Official/data",
                "Destination": "/data",
                "Mode": "rw",
                "RW": true,
                "Propagation": "rprivate"
            },
            {
                "Type": "bind",
                "Source": "/mnt/user/appdata/Nginx-Proxy-Manager-Official/letsencrypt",
                "Destination": "/etc/letsencrypt",
                "Mode": "rw",
                "RW": true,
                "Propagation": "rprivate"
            },
            {
                "Type": "bind",
                "Source": "/tmp/Nginx-Proxy-Manager-Official/var/log",
                "Destination": "/var/log",
                "Mode": "rw",
                "RW": true,
                "Propagation": "rprivate"
            }
        ],
        "Config": {
            "Hostname": "4dcccc4f65dd",
            "Domainname": "",
            "User": "",
            "AttachStdin": false,
            "AttachStdout": false,
            "AttachStderr": false,
            "ExposedPorts": {
                "3000/tcp": {},
                "443/tcp": {},
                "4443/tcp": {},
                "80/tcp": {},
                "8080/tcp": {},
                "81/tcp": {},
                "8181/tcp": {}
            },
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": [
                "TZ=Europe/Berlin",
                "HOST_OS=Unraid",
                "HOST_HOSTNAME=Vault101",
                "HOST_CONTAINERNAME=Nginx-Proxy-Manager-Official",
                "DB_SQLITE_FILE=/data/database.sqlite",
                "PATH=/opt/certbot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt",
                "OPENRESTY_VERSION=1.27.1.2",
                "CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7",
                "CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt",
                "SUPPRESS_NO_CONFIG_WARNING=1",
                "S6_BEHAVIOUR_IF_STAGE2_FAILS=1",
                "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0",
                "S6_FIX_ATTRS_HIDDEN=1",
                "S6_KILL_FINISH_MAXTIME=10000",
                "S6_VERBOSITY=1",
                "NODE_ENV=production",
                "NPM_BUILD_VERSION=2.13.3",
                "NPM_BUILD_COMMIT=2578105",
                "NPM_BUILD_DATE=2025-11-11 07:05:10 UTC",
                "NODE_OPTIONS=--openssl-legacy-provider"
            ],
            "Cmd": null,
            "Healthcheck": {
                "Test": [
                    "NONE"
                ]
            },
            "Image": "jc21/nginx-proxy-manager",
            "Volumes": {
                "/data": {}
            },
            "WorkingDir": "/app",
            "Entrypoint": [
                "/init"
            ],
            "OnBuild": null,
            "Labels": {
                "maintainer": "Jamie Curnow <[email protected]>",
                "net.unraid.docker.icon": "https://nginxproxymanager.com/icon.png",
                "net.unraid.docker.managed": "dockerman",
                "net.unraid.docker.webui": "http://[IP]:[PORT:8181]",
                "org.label-schema.cmd": "docker run --rm -ti jc21/nginx-proxy-manager:latest",
                "org.label-schema.description": "Docker container for managing Nginx proxy hosts with a simple, powerful interface ",
                "org.label-schema.license": "MIT",
                "org.label-schema.name": "nginx-proxy-manager",
                "org.label-schema.schema-version": "1.0",
                "org.label-schema.url": "https://github.com/jc21/nginx-proxy-manager",
                "org.label-schema.vcs-url": "https://github.com/jc21/nginx-proxy-manager.git"
            }
        },
        "NetworkSettings": {
            "Bridge": "",
            "SandboxID": "2b560848747ea9267bed9287f055990d3bc8874b9777f51fe0ae759271c327e1",
            "SandboxKey": "/var/run/docker/netns/2b560848747e",
            "Ports": {
                "3000/tcp": [
                    {
                        "HostIp": "0.0.0.0",
                        "HostPort": "3000"
                    },
                    {
                        "HostIp": "::",
                        "HostPort": "3000"
                    }
                ],
                "443/tcp": null,
                "4443/tcp": [
                    {
                        "HostIp": "0.0.0.0",
                        "HostPort": "4443"
                    },
                    {
                        "HostIp": "::",
                        "HostPort": "4443"
                    }
                ],
                "80/tcp": null,
                "8080/tcp": [
                    {
                        "HostIp": "0.0.0.0",
                        "HostPort": "8080"
                    },
                    {
                        "HostIp": "::",
                        "HostPort": "8080"
                    }
                ],
                "81/tcp": null,
                "8181/tcp": [
                    {
                        "HostIp": "0.0.0.0",
                        "HostPort": "8181"
                    },
                    {
                        "HostIp": "::",
                        "HostPort": "8181"
                    }
                ]
            },
            "HairpinMode": false,
            "LinkLocalIPv6Address": "",
            "LinkLocalIPv6PrefixLen": 0,
            "SecondaryIPAddresses": null,
            "SecondaryIPv6Addresses": null,
            "EndpointID": "061f1dc4fa99d8f68e8eeb4538293c8dec30949a5e4d395b7373d31dd01cf8f6",
            "Gateway": "172.17.0.1",
            "GlobalIPv6Address": "fd17::242:XXXX",
            "GlobalIPv6PrefixLen": 64,
            "IPAddress": "172.17.0.3",
            "IPPrefixLen": 16,
            "IPv6Gateway": "fd17::1",
            "MacAddress": "02:42:ac:11:XXX",
            "Networks": {
                "bridge": {
                    "IPAMConfig": null,
                    "Links": null,
                    "Aliases": null,
                    "MacAddress": "02:42:ac:11:XXXX,
                    "DriverOpts": null,
                    "NetworkID": "b6d3a02f731766045b9fe09f85e43be0x99862f5168d0e1f77e91e9b996cXXX",
                    "EndpointID": "061f1dc4fa99d8f68e8eeb4868d93c8dec30949a5e4d995b7373d31dd01cfXXX",
                    "Gateway": "172.17.0.1",
                    "IPAddress": "172.17.0.3",
                    "IPPrefixLen": 16,
                    "IPv6Gateway": "fd17::1",
                    "GlobalIPv6Address": "fd17::242:XXXX",
                    "GlobalIPv6PrefixLen": 64,
                    "DNSNames": null

Edit: Also tried to reinstall MariaDB-Official from scratch with only MariaDB running: same result. It runs also in bridge mode and the port is defiantly not in use.

Edited by h34dY-4u

  • Community Expert
  • Solution

unraid emhttp web ui is on the same ports for npm. either change the ports for unraids webui port 80 and 443 or edite the docker bridge ports to docekr nat other ports for npm..

I prefer to use custom br0 and give npm its own statsic IP lan for easier management and no port issues...

to start over you may need to delete the npm folder and files in the appdata folder.

  • Author

NPM has port 4443 and 8080. I did not change any setting and this config worked now for 2 years.
I also tried to give NPM a custom IP with the same result.

Edit: Reinstalled NPM one more time and gave it again a custom IP. Had to reconfigure NPM from scratch and most of my services are available again.
Still have no clue why NPM stopped working on port 8080 and 4443, worked fine for several years before the update.
Still can't figure out the issue with MariaDB

docker inspect MariaDB-Official
[
    {
        "Id": "2ae28fea65f87b614c7f18030e47f7675c2788fd8d05f2be88516e4765f0137d",
        "Created": "2025-11-11T20:00:46.09231262Z",
        "Path": "docker-entrypoint.sh",
        "Args": [
            "mariadbd"
        ],
        "State": {
            "Status": "running",
            "Running": true,
            "Paused": false,
            "Restarting": false,
            "OOMKilled": false,
            "Dead": false,
            "Pid": 56268,
            "ExitCode": 0,
            "Error": "",
            "StartedAt": "2025-11-11T21:47:39.692433687Z",
            "FinishedAt": "2025-11-11T21:42:07.765832246Z"
        },
        "Image": "sha256:deb0cc780631eacd1580d12879c9b705abd41afb7a2c90a0e7d3b9beba3f046b",
        "ResolvConfPath": "/var/lib/docker/containers/2ae28fea65f87b614c7f18030e47f7675c2788fd8d05f2be88516e4765f0137d/resolv.conf",
        "HostnamePath": "/var/lib/docker/containers/2ae28fea65f87b614c7f18030e47f7675c2788fd8d05f2be88516e4765f0137d/hostname",
        "HostsPath": "/var/lib/docker/containers/2ae28fea65f87b614c7f18030e47f7675c2788fd8d05f2be88516e4765f0137d/hosts",
        "LogPath": "/var/lib/docker/containers/2ae28fea65f87b614c7f18030e47f7675c2788fd8d05f2be88516e4765f0137d/2ae28fea65f87b614c7f18030e47f7675c2788fd8d05f2be88516e4765f0137d-json.log",
        "Name": "/MariaDB-Official",
        "RestartCount": 0,
        "Driver": "zfs",
        "Platform": "linux",
        "MountLabel": "",
        "ProcessLabel": "",
        "AppArmorProfile": "",
        "ExecIDs": null,
        "HostConfig": {
            "Binds": [
                "/mnt/user/appdata/mariadb-official/data:/var/lib/mysql:rw",
                "/mnt/user/appdata/mariadb-official/config:/etc/mysql/conf.d:rw"
            ],
            "ContainerIDFile": "",
            "LogConfig": {
                "Type": "json-file",
                "Config": {
                    "max-file": "2",
                    "max-size": "100m"
                }
            },
            "NetworkMode": "bridge",
            "PortBindings": {
                "3306/tcp": [
                    {
                        "HostIp": "",
                        "HostPort": "3306"
                    }
                ]
            },
            "RestartPolicy": {
                "Name": "no",
                "MaximumRetryCount": 0
            },
            "AutoRemove": false,
            "VolumeDriver": "",
            "VolumesFrom": null,
            "ConsoleSize": [
                0,
                0
            ],
            "CapAdd": null,
            "CapDrop": null,
            "CgroupnsMode": "private",
            "Dns": [],
            "DnsOptions": [],
            "DnsSearch": [],
            "ExtraHosts": null,
            "GroupAdd": null,
            "IpcMode": "private",
            "Cgroup": "",
            "Links": null,
            "OomScoreAdj": 0,
            "PidMode": "",
            "Privileged": false,
            "PublishAllPorts": false,
            "ReadonlyRootfs": false,
            "SecurityOpt": null,
            "UTSMode": "",
            "UsernsMode": "",
            "ShmSize": 67108864,
            "Runtime": "runc",
            "Isolation": "",
            "CpuShares": 0,
            "Memory": 2147483648,
            "NanoCpus": 0,
            "CgroupParent": "",
            "BlkioWeight": 0,
            "BlkioWeightDevice": [],
            "BlkioDeviceReadBps": [],
            "BlkioDeviceWriteBps": [],
            "BlkioDeviceReadIOps": [],
            "BlkioDeviceWriteIOps": [],
            "CpuPeriod": 0,
            "CpuQuota": 0,
            "CpuRealtimePeriod": 0,
            "CpuRealtimeRuntime": 0,
            "CpusetCpus": "",
            "CpusetMems": "",
            "Devices": [],
            "DeviceCgroupRules": null,
            "DeviceRequests": null,
            "MemoryReservation": 0,
            "MemorySwap": -1,
            "MemorySwappiness": null,
            "OomKillDisable": null,
            "PidsLimit": 2048,
            "Ulimits": [],
            "CpuCount": 0,
            "CpuPercent": 0,
            "IOMaximumIOps": 0,
            "IOMaximumBandwidth": 0,
            "MaskedPaths": [
                "/proc/asound",
                "/proc/acpi",
                "/proc/kcore",
                "/proc/keys",
                "/proc/latency_stats",
                "/proc/timer_list",
                "/proc/timer_stats",
                "/proc/sched_debug",
                "/proc/scsi",
                "/sys/firmware",
                "/sys/devices/virtual/powercap"
            ],
            "ReadonlyPaths": [
                "/proc/bus",
                "/proc/fs",
                "/proc/irq",
                "/proc/sys",
                "/proc/sysrq-trigger"
            ]
        },
        "GraphDriver": {
            "Data": {
                "Dataset": "cache/system/734ab6c0a3c223b8b67c0e6f54e383cdb4b1092dcccc2608d794f77e28379c60",
                "Mountpoint": "/var/lib/docker/zfs/graph/734ab6c0a3c223b8b67c0e6f54e383cdb4b1092dcccc2608d794f77e28379c60"
            },
            "Name": "zfs"
        },
        "Mounts": [
            {
                "Type": "bind",
                "Source": "/mnt/user/appdata/mariadb-official/config",
                "Destination": "/etc/mysql/conf.d",
                "Mode": "rw",
                "RW": true,
                "Propagation": "rprivate"
            },
            {
                "Type": "bind",
                "Source": "/mnt/user/appdata/mariadb-official/data",
                "Destination": "/var/lib/mysql",
                "Mode": "rw",
                "RW": true,
                "Propagation": "rprivate"
            }
        ],
        "Config": {
            "Hostname": "2ae28fea65f8",
            "Domainname": "",
            "User": "99:100",
            "AttachStdin": false,
            "AttachStdout": false,
            "AttachStderr": false,
            "ExposedPorts": {
                "3306/tcp": {}
            },
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": [
                "HOST_OS=Unraid",
                "HOST_HOSTNAME=Vault",
                "HOST_CONTAINERNAME=MariaDB-Official",
                "MARIADB_DATABASE=next_db",
                "MARIADB_USER=next",
                "MARIADB_ROOT_PASSWORD=",
                "TZ=Europe/Berlin",
                "MARIADB_RANDOM_ROOT_PASSWORD=Yes",
                "MARIADB_PASSWORD=Lm15Lo7a+{hy",
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "container=oci",
                "GOSU_VERSION=1.19",
                "MARIADB_VERSION=11.4.9"
            ],
            "Cmd": [
                "mariadbd"
            ],
            "Image": "mariadb:11.4-ubi",
            "Volumes": {
                "/var/lib/mysql": {}
            },
            "WorkingDir": "/",
            "Entrypoint": [
                "docker-entrypoint.sh"
            ],
            "OnBuild": null,
            "Labels": {
                "architecture": "x86_64",
                "build-date": "2025-10-15T08:06:12Z",
                "com.redhat.component": "ubi9-minimal-container",
                "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
                "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream",
                "description": "MariaDB Database for relational SQL",
                "distribution-scope": "public",
                "io.buildah.version": "1.41.4",
                "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
                "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
                "io.openshift.expose-services": "",
                "io.openshift.tags": "minimal rhel9",
                "maintainer": "Red Hat, Inc.",
                "name": "MariaDB Server",
                "net.unraid.docker.icon": "https://github.com/mgutt/unraid-docker-templates/raw/main/mgutt/images/mariadb.png",
                "net.unraid.docker.managed": "dockerman",
                "org.opencontainers.image.authors": "MariaDB Community",
                "org.opencontainers.image.base.name": "docker.io/redhat/ubi9-minimal",
                "org.opencontainers.image.description": "MariaDB Database for relational SQL",
                "org.opencontainers.image.documentation": "https://hub.docker.com/_/mariadb/",
                "org.opencontainers.image.licenses": "GPL-2.0",
                "org.opencontainers.image.revision": "d1b15a34ce69ea214e1d32f1f501304f6b8b8c59",
                "org.opencontainers.image.source": "https://github.com/MariaDB/mariadb-docker",
                "org.opencontainers.image.title": "MariaDB Database",
                "org.opencontainers.image.url": "https://github.com/MariaDB/mariadb-docker",
                "org.opencontainers.image.vendor": "MariaDB Community",
                "org.opencontainers.image.version": "11.4.9",
                "release": "Refer to Annotations org.opencontainers.image.{revision,source}",
                "summary": "MariaDB Database",
                "url": "https://catalog.redhat.com/en/search?searchType=containers",
                "vcs-ref": "d1b45ce69ea214e1d32f1f501245f6b8b8c59",
                "vcs-type": "git",
                "vendor": "MariaDB Community",
                "version": "11.4.9"
            }
        },
        "NetworkSettings": {
            "Bridge": "",
            "SandboxID": "667257576fb1d0a5104d0849d145645673b7666998c0de758616ab7534a2",
            "SandboxKey": "/var/run/docker/netns/66724576fb1",
            "Ports": {
                "3306/tcp": [
                    {
                        "HostIp": "0.0.0.0",
                        "HostPort": "3306"
                    },
                    {
                        "HostIp": "::",
                        "HostPort": "3306"
                    }
                ]
            },
            "HairpinMode": false,
            "LinkLocalIPv6Address": "",
            "LinkLocalIPv6PrefixLen": 0,
            "SecondaryIPAddresses": null,
            "SecondaryIPv6Addresses": null,
            "EndpointID": "1595ca2b51da7018e5b332f524368fca9a5fbcq75f5d5b67bb4711027d17bf9",
            "Gateway": "172.17.0.1",
            "GlobalIPv6Address": "",
            "GlobalIPv6PrefixLen": 0,
            "IPAddress": "172.17.0.6",
            "IPPrefixLen": 16,
            "IPv6Gateway": "",
            "MacAddress": "02:42:ac:11:XXXX,
            "Networks": {
                "bridge": {
                    "IPAMConfig": null,
                    "Links": null,
                    "Aliases": null,
                    "MacAddress": "02:42:ac:11:XXXX",
                    "DriverOpts": null,
                    "NetworkID": "cc47c6ea03029c16da23b844a84d5e289a5e91f4652ca7f76996d64883af8612",
                    "EndpointID": "1595ca2b51da7018e5b332f524368fja9a5fbc87hjf5d5b67bb4711027d17bf9",
                    "Gateway": "172.17.0.1",
                    "IPAddress": "172.17.0.6",
                    "IPPrefixLen": 16,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "DNSNames": null
                }
            }
        }
    }
]


Edit: Resolved by installing Nextcloud and MariaDB from scratch...
A custom network fixed the NPM issue.
Thanks for the help.

Edited by h34dY-4u
Resolved

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.