Nextcloud-aio-mastercontainer unhealthy and yellow status - Logs indicate "warning"

Support intro

Sorry to hear you’re facing problems. :slightly_frowning_face:

The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.

If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.

Getting help

In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.

Before clicking submit: Please check if your query is already addressed via the following resources:

(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).

Has anyone experienced this issue after a new install?

Running Nextcloud AIO version 32.0.2 (latest) as a docker/container on my Synology NAS running DSM 7.2.2 update 5. In addition, NAS is configured as a reverse proxy (which works fine, including my other reverse proxy entries (exchange and MSSQL servers)

Seems Nextcloud AIO is working fine, after navigating around the GUI, uploading files…etc

However, I get a warning (status yellow) for the nextcloud-aio-mastercontainer

Looking at the logs, I see serveral warnings. Not sure which warning needs to be addressed to get the nextcloud-aio-mastercontainer to go “green”

Any help on this matter would be greatly appreciated. It would be safe this has happened to someone else

Hi, can you post the output of sudo docker inspect nextcloud-aio-mastercontainer here?

Sorry, was away for work.

Here is the output you requested. thanks. Let me know what you find. I had a quick look, but couldn’t decipher any of the output to say where the warning is coming from

root@MY_NAS:/volume1/docker/scripts# docker inspect nextcloud-aio-mastercontainer
[
{
“Id”: “80001596f52b3ab179d4d93c77edd46d734085af5d512aaa88ed2f2994606663”,
“Created”: “2025-12-01T06:26:38.59517658Z”,
“Path”: “/start.sh”,
“Args”: ,
“State”: {
“Status”: “running”,
“Running”: true,
“Paused”: false,
“Restarting”: false,
“OOMKilled”: false,
“Dead”: false,
“Pid”: 7925,
“ExitCode”: 0,
“Error”: “”,
“StartedAt”: “2025-12-09T04:03:39.909581021Z”,
“FinishedAt”: “2025-12-09T04:02:58.883991464Z”,
“Health”: {
“Status”: “unhealthy”,
“FailingStreak”: 3004,
“Log”: [
{
“Start”: “2025-12-10T00:08:27.120394375-05:00”,
“End”: “2025-12-10T00:08:27.166887425-05:00”,
“ExitCode”: 1,
“Output”: “”
},
{
“Start”: “2025-12-10T00:08:57.213805068-05:00”,
“End”: “2025-12-10T00:08:57.281384225-05:00”,
“ExitCode”: 1,
“Output”: “”
},
{
“Start”: “2025-12-10T00:09:27.308050058-05:00”,
“End”: “2025-12-10T00:09:27.372959777-05:00”,
“ExitCode”: 1,
“Output”: “”
},
{
“Start”: “2025-12-10T00:09:57.403377572-05:00”,
“End”: “2025-12-10T00:09:57.463949602-05:00”,
“ExitCode”: 1,
“Output”: “”
},
{
“Start”: “2025-12-10T00:10:27.517673445-05:00”,
“End”: “2025-12-10T00:10:27.56050949-05:00”,
“ExitCode”: 1,
“Output”: “”
}
]
}
},
“Image”: “sha256:55a026f4c7a599538f6bf76e779209bf3696b870d6e491e176a5d517ba24e7d7”,
“ResolvConfPath”: “/volume1/@docker/containers/80001596f52b3ab179d4d93c77edd46d734085af5d512aaa88ed2f2994606663/resolv.conf”,
“HostnamePath”: “/volume1/@docker/containers/80001596f52b3ab179d4d93c77edd46d734085af5d512aaa88ed2f2994606663/hostname”,
“HostsPath”: “/volume1/@docker/containers/80001596f52b3ab179d4d93c77edd46d734085af5d512aaa88ed2f2994606663/hosts”,
“LogPath”: “/volume1/@docker/containers/80001596f52b3ab179d4d93c77edd46d734085af5d512aaa88ed2f2994606663/log.db”,
“Name”: “/nextcloud-aio-mastercontainer”,
“RestartCount”: 0,
“Driver”: “aufs”,
“Platform”: “linux”,
“MountLabel”: “”,
“ProcessLabel”: “”,
“AppArmorProfile”: “docker-default”,
“ExecIDs”: null,
“HostConfig”: {
“Binds”: [
“nextcloud_aio_mastercontainer:/mnt/docker-aio-config:rw”,
“/var/run/docker.sock:/var/run/docker.sock:ro”
],
“ContainerIDFile”: “”,
“LogConfig”: {
“Type”: “db”,
“Config”: {}
},
“NetworkMode”: “nextcloud_aio_default”,
“PortBindings”: {
“8080/tcp”: [
{
“HostIp”: “”,
“HostPort”: “8080”
}
]
},
“RestartPolicy”: {
“Name”: “always”,
“MaximumRetryCount”: 0
},
“AutoRemove”: false,
“VolumeDriver”: “”,
“VolumesFrom”: null,
“ConsoleSize”: [
0,
0
],
“CapAdd”: null,
“CapDrop”: null,
“CgroupnsMode”: “host”,
“Dns”: ,
“DnsOptions”: ,
“DnsSearch”: ,
“ExtraHosts”: ,
“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”: 0,
“NanoCpus”: 0,
“CgroupParent”: “”,
“BlkioWeight”: 0,
“BlkioWeightDevice”: null,
“BlkioDeviceReadBps”: null,
“BlkioDeviceWriteBps”: null,
“BlkioDeviceReadIOps”: null,
“BlkioDeviceWriteIOps”: null,
“CpuPeriod”: 0,
“CpuQuota”: 0,
“CpuRealtimePeriod”: 0,
“CpuRealtimeRuntime”: 0,
“CpusetCpus”: “”,
“CpusetMems”: “”,
“Devices”: null,
“DeviceCgroupRules”: null,
“DeviceRequests”: null,
“MemoryReservation”: 0,
“MemorySwap”: 0,
“MemorySwappiness”: null,
“OomKillDisable”: false,
“PidsLimit”: null,
“Ulimits”: null,
“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”
],
“ReadonlyPaths”: [
“/proc/bus”,
“/proc/fs”,
“/proc/irq”,
“/proc/sys”,
“/proc/sysrq-trigger”
]
},
“GraphDriver”: {
“Data”: null,
“Name”: “aufs”
},
“Mounts”: [
{
“Type”: “volume”,
“Name”: “nextcloud_aio_mastercontainer”,
“Source”: “/volume1/@docker/volumes/nextcloud_aio_mastercontainer/_data”,
“Destination”: “/mnt/docker-aio-config”,
“Driver”: “local”,
“Mode”: “rw”,
“RW”: true,
“Propagation”: “”
},
{
“Type”: “bind”,
“Source”: “/var/run/docker.sock”,
“Destination”: “/var/run/docker.sock”,
“Mode”: “ro”,
“RW”: false,
“Propagation”: “rprivate”
}
],
“Config”: {
“Hostname”: “c5207c75574e”,
“Domainname”: “”,
“User”: “root”,
“AttachStdin”: false,
“AttachStdout”: true,
“AttachStderr”: true,
“ExposedPorts”: {
“80/tcp”: {},
“8080/tcp”: {},
“8443/tcp”: {},
“9000/tcp”: {}
},
“Tty”: false,
“OpenStdin”: false,
“StdinOnce”: false,
“Env”: [
“DOCKER_API_VERSION=1.43”,
“APACHE_PORT=11000”,
“NEXTCLOUD_DATADIR=/volume1/docker/nextcloudaio/data”,
“AIO_DISABLE_BACKUP_SECTION=true”,
“SKIP_DOMAIN_VALIDATION=true”,
“NEXTCLOUD_TRUSTED_CACERTS_DIR=/volume1/docker/nextcloudaio/data”,
“NEXTCLOUD_MOUNT=/volume1/”,
“COLLABORA_SECCOMP_DISABLED=true”,
“APACHE_IP_BINDING=0.0.0.0”,
“NEXTCLOUD_AIO_DOMAIN=nextcloud.gigabitguy.com”,
“NEXTCLOUD_ENABLE_DRI_DEVICE=true”,
“PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin”,
“PHPIZE_DEPS=autoconf \t\tdpkg-dev dpkg \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkgconf \t\tre2c”,
“PHP_INI_DIR=/usr/local/etc/php”,
“PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64”,
“PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64”,
“PHP_LDFLAGS=-Wl,-O1 -pie”,
“GPG_KEYS=AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD”,
“PHP_VERSION=8.4.15”,
“PHP_URL=https://www.php.net/distributions/php-8.4.15.tar.xz”,
“PHP_ASC_URL=https://www.php.net/distributions/php-8.4.15.tar.xz.asc”,
“PHP_SHA256=a060684f614b8344f9b34c334b6ba8db1177555997edb5b1aceab0a4b807da7e”,
“HOME=/var/www”
],
“Cmd”: null,
“Healthcheck”: {
“Test”: [
“CMD-SHELL”,
“/healthcheck.sh”
]
},
“Image”: “ghcr.io/nextcloud-releases/all-in-one:latest”,
“Volumes”: null,
“WorkingDir”: “/var/www/docker-aio”,
“Entrypoint”: [
“/start.sh”
],
“OnBuild”: null,
“Labels”: {
“com.docker.compose.config-hash”: “f7a78a6a8c3af02b5db1617f14639f240245dfab5ffee4a6b3f8c88c6248bc58”,
“com.docker.compose.container-number”: “1”,
“com.docker.compose.depends_on”: “”,
“com.docker.compose.image”: “sha256:55a026f4c7a599538f6bf76e779209bf3696b870d6e491e176a5d517ba24e7d7”,
“com.docker.compose.oneoff”: “False”,
“com.docker.compose.project”: “nextcloud_aio”,
“com.docker.compose.project.config_files”: “/data/compose/25/docker-compose.yml”,
“com.docker.compose.project.working_dir”: “/data/compose/25”,
“com.docker.compose.replace”: “nextcloud-aio-mastercontainer”,
“com.docker.compose.service”: “nextcloud-aio-mastercontainer”,
“com.docker.compose.version”: “”,
“org.label-schema.vendor”: “Nextcloud”
},
“StopSignal”: “SIGQUIT”
},
“NetworkSettings”: {
“Bridge”: “”,
“SandboxID”: “d9bb86baab7ad3745eb99388ded2c347596bdd7e41c857732d4f01032b89ad5f”,
“HairpinMode”: false,
“LinkLocalIPv6Address”: “”,
“LinkLocalIPv6PrefixLen”: 0,
“Ports”: {
“80/tcp”: null,
“8080/tcp”: [
{
“HostIp”: “0.0.0.0”,
“HostPort”: “8080”
},
{
“HostIp”: “::”,
“HostPort”: “8080”
}
],
“8443/tcp”: null,
“9000/tcp”: null
},
“SandboxKey”: “/var/run/docker/netns/d9bb86baab7a”,
“SecondaryIPAddresses”: null,
“SecondaryIPv6Addresses”: null,
“EndpointID”: “”,
“Gateway”: “”,
“GlobalIPv6Address”: “”,
“GlobalIPv6PrefixLen”: 0,
“IPAddress”: “”,
“IPPrefixLen”: 0,
“IPv6Gateway”: “”,
“MacAddress”: “”,
“Networks”: {
“nextcloud_aio_default”: {
“IPAMConfig”: null,
“Links”: null,
“Aliases”: [
“nextcloud-aio-mastercontainer”,
“nextcloud-aio-mastercontainer”,
“c5207c75574e”,
“80001596f52b”
],
“NetworkID”: “bc5a0b52bbf684e46d45d08706023e2ad72f2243ca2fcdb79d49773c8327bab0”,
“EndpointID”: “ef9897a1281c35ab9a9115e2818eb1d7e65c8c4db87776f1872116f3de27013c”,
“Gateway”: “172.23.0.1”,
“IPAddress”: “172.23.0.2”,
“IPPrefixLen”: 16,
“IPv6Gateway”: “”,
“GlobalIPv6Address”: “”,
“GlobalIPv6PrefixLen”: 0,
“MacAddress”: “02:42:ac:17:00:02”,
“DriverOpts”: null
}
}
}
}
]
root@MY_NAS:/volume1/docker/scripts#

Hm… Can you run sudo docker exec nextcloud-aio-mastercontainer bash -x /healthcheck.sh and post the output here?

Hm… Can you post the output of sudo docker logs nextcloud-aio-mastercontainer here?

r
root@MY_NAS:/mnt# docker exec nextcloud-aio-mastercontainer bash -x /healthcheck.sh

  • ‘[’ -f /mnt/docker-aio-config/data/configuration.json ‘]’
  • nc -z 127.0.0.1 80
  • exit 1
    root@MY_NAS:/mnt#

friendly follow up…

I still need the output of sudo docker logs nextcloud-aio-mastercontainer

Sorry, here you are;

Hi szaimen

Any update…? Can you find sometime to have a look.

Thanks

Hi Szaimen,

friendly follow up…

Hi Szaimen,

friendly follow up…

Let me know if are going to help me with this or should I repost and have someone else help. Thanks

It looks like you run a kernel below 4.11 which would explain the behaviour: Apache cannot start because listen tcp :443: bind: permission denied · nextcloud/all-in-one · Discussion #1267 · GitHub