Skip to content

Latest version of AIO 13.1.0 does not create nextcloud and apache containers #8234

@Abraham2591

Description

@Abraham2591

Are you aware that current version of AIO fails at install stage because it doesn't spawn the nextcloud and apache containers at all, I am trying on Ubuntu server 26 though, I tried both with reverse proxy and normal mode, I now want normal mode since it has been a headache, the last version I successfully installed was 13.0.4(with some reloading) but the current 13.1.0 beta or latest won't install. maybe I do need Ubuntu 22.04 but my VPS provider uses 26

I have used official either docker run commands or yml, I suspect in my case might be the kernel being too new perhaps, but something changed in the latest version of AIO which is really laggy when installing, the interface gets stuck either at pulling whiteboar or PostgresQl and needs to stop containers and start over. I am not asking for support but it seems it is pretty obvios something is broken in the current version unless it is jus ubuntu server 26 which is not supported for some odd reason. there are not execution limits in the VPS either I did check, and ther is no Selinux or APP armor blocking anything.

I did find where it is getting stuck but I don't know what it means: sudo strace -p 632234 -f -e trace=process,network,file outputs: wait4(-1, 0x7ffd6f8abcc0, WNOHANG, NULL) = 0 over and over

Steps to reproduce

  1. use the the official docker run command
  2. gets stuck in pulling whiteboard image for a long time reload page stop containers start and updates containers
  3. proceeds up to pulling postgress container gets stuck, stop containers start and updates containers and proceeds up to redis after that it does not create nexcloud and apache containers no matter how long I wait or retry stopping and updating

Expected behavior

the containers nextcloud and apache should appear

Actual behavior

the containers nextcloud and apache do not appear appear

Other information

Host OS

Ubuntu 26 server

Output of sudo docker info Client: Docker Engine - Community

Version: 29.5.2
Context: default
Debug Mode: false
Plugins:
buildx: Docker Buildx (Docker Inc.)
Version: v0.34.1
Path: /usr/libexec/docker/cli-plugins/docker-buildx
compose: Docker Compose (Docker Inc.)
Version: v5.1.4
Path: /usr/libexec/docker/cli-plugins/docker-compose
model: Docker Model Runner (Docker Inc.)
Version: v1.2.1
Path: /usr/libexec/docker/cli-plugins/docker-model

Server:
Containers: 8
Running: 6
Paused: 0
Stopped: 2
Images: 9
Server Version: 29.5.2
Storage Driver: overlayfs
driver-type: io.containerd.snapshotter.v1
Logging Driver: json-file
Cgroup Driver: systemd
Cgroup Version: 2
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
CDI spec directories:
/etc/cdi
/var/run/cdi
Swarm: inactive
Runtimes: io.containerd.runc.v2 runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 193637f7ee8ae5f5aa5248f49e7baa3e6164966e
runc version: v1.3.5-0-g488fc13e
init version: de40ad0
Security Options:
apparmor
seccomp
Profile: builtin
cgroupns
Kernel Version: 7.0.0-22-generic
Operating System: Ubuntu 26.04 LTS
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 7.75GiB
Name: vuokki
ID: 14fd7da1-79e6-4d4c-bd31-cd0125e7940f
Docker Root Dir: /var/lib/docker
Debug Mode: false
Experimental: false
Insecure Registries:
::1/128
127.0.0.0/8
Live Restore Enabled: false
Firewall Backend: iptables
EnableUserlandProxy: true
UserlandProxyPath: /usr/bin/docker-proxy

Docker run command or docker-compose file that you used

sudo docker run
--init
--sig-proxy=false
--name nextcloud-aio-mastercontainer
--restart always
--publish 80:80
--publish 8080:8080
--publish 8443:8443
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config
--volume /var/run/docker.sock:/var/run/docker.sock:ro
ghcr.io/nextcloud-releases/all-in-one:latest

Output of sudo docker logs nextcloud-aio-mastercontainer

docker logs nextcloud-aio-mastercontainer
Trying to fix docker.sock permissions internally...
Creating docker group internally with id 986
Initial startup of Nextcloud All-in-One complete!
You should be able to open the Nextcloud AIO Interface now on port 8080 of this server!
E.g. https://internal.ip.of.this.server:8080
⚠️ Important: do always use an ip-address if you access this port and not a domain as HSTS might block access to it later!

If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatically by opening the Nextcloud AIO Interface via:
https://your-domain-that-points-to-this-server.tld:8443
[31-May-2026 08:08:53] NOTICE: fpm is running, pid 175
[31-May-2026 08:08:53] NOTICE: ready to handle connections
nextcloud-aio-domaincheck
Total reclaimed space: 0B
Total reclaimed space: 0B
2026-06-01 08:16:28,506 WARN received SIGQUIT indicating exit request
2026-06-01 08:16:28,575 WARN stopped: session-deduplicator (terminated by SIGTERM)
[01-Jun-2026 08:16:28] NOTICE: Terminating ...
[01-Jun-2026 08:16:28] NOTICE: exiting, bye-bye!
2026-06-01 08:16:29,597 WARN stopped: domain-validator (terminated by SIGTERM)
2026-06-01 08:16:30,600 WARN stopped: cron (terminated by SIGTERM)
2026-06-01 08:16:31,616 WARN stopped: backup-time-file-watcher (terminated by SIGTERM)
curl: (6) Could not resolve host: ghcr.io (DNS server returned general failure)
Could not reach https://ghcr.io.
Most likely is something blocking access to it.
You should be able to fix this by following https://dockerlabs.collabnix.com/intermediate/networking/Configuring_DNS.html
Another solution is using https://github.com/nextcloud/all-in-one/tree/main/manual-install
See https://github.com/nextcloud/all-in-one/blob/main/manual-install/latest.yml
curl: (6) Could not resolve host: ghcr.io (DNS server returned general failure)
Could not reach https://ghcr.io.
Most likely is something blocking access to it.
You should be able to fix this by following https://dockerlabs.collabnix.com/intermediate/networking/Configuring_DNS.html
Another solution is using https://github.com/nextcloud/all-in-one/tree/main/manual-install
See https://github.com/nextcloud/all-in-one/blob/main/manual-install/latest.yml
Initial startup of Nextcloud All-in-One complete!
You should be able to open the Nextcloud AIO Interface now on port 8080 of this server!
E.g. https://internal.ip.of.this.server:8080
⚠️ Important: do always use an ip-address if you access this port and not a domain as HSTS might block access to it later!

If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatically by opening the Nextcloud AIO Interface via:
https://your-domain-that-points-to-this-server.tld:8443
[01-Jun-2026 08:16:58] NOTICE: fpm is running, pid 162
[01-Jun-2026 08:16:58] NOTICE: ready to handle connections

Output of sudo docker inspect nextcloud-aio-mastercontainer

[
{
"Id": "afadb7d440ddf2506726c009f2d67de9cd3b00187ee10593186f247fca433a5b",
"Created": "2026-05-31T08:08:35.535935683Z",
"Path": "/start.sh",
"Args": [],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 3334,
"ExitCode": 0,
"Error": "",
"StartedAt": "2026-06-01T08:16:55.746934149Z",
"FinishedAt": "2026-06-01T08:16:55.424767889Z",
"Health": {
"Status": "healthy",
"FailingStreak": 0,
"Log": [
{
"Start": "2026-06-01T08:51:33.861443837Z",
"End": "2026-06-01T08:51:34.047223767Z",
"ExitCode": 0,
"Output": "Connection to 127.0.0.1 80 port [tcp/http] succeeded!\nConnection to 127.0.0.1 8080 port [tcp/http-alt] succeeded!\nConnection to 127.0.0.1 8443 port [tcp/] succeeded!\nConnection to 127.0.0.1 9876 port [tcp/] succeeded!\n"
},
{
"Start": "2026-06-01T08:52:04.048427752Z",
"End": "2026-06-01T08:52:04.164458443Z",
"ExitCode": 0,
"Output": "Connection to 127.0.0.1 80 port [tcp/http] succeeded!\nConnection to 127.0.0.1 8080 port [tcp/http-alt] succeeded!\nConnection to 127.0.0.1 8443 port [tcp/] succeeded!\nConnection to 127.0.0.1 9876 port [tcp/] succeeded!\n"
},
{
"Start": "2026-06-01T08:52:34.16637061Z",
"End": "2026-06-01T08:52:34.283382511Z",
"ExitCode": 0,
"Output": "Connection to 127.0.0.1 80 port [tcp/http] succeeded!\nConnection to 127.0.0.1 8080 port [tcp/http-alt] succeeded!\nConnection to 127.0.0.1 8443 port [tcp/] succeeded!\nConnection to 127.0.0.1 9876 port [tcp/] succeeded!\n"
},
{
"Start": "2026-06-01T08:53:04.284849462Z",
"End": "2026-06-01T08:53:04.404890192Z",
"ExitCode": 0,
"Output": "Connection to 127.0.0.1 80 port [tcp/http] succeeded!\nConnection to 127.0.0.1 8080 port [tcp/http-alt] succeeded!\nConnection to 127.0.0.1 8443 port [tcp/] succeeded!\nConnection to 127.0.0.1 9876 port [tcp/] succeeded!\n"
},
{
"Start": "2026-06-01T08:53:34.406008099Z",
"End": "2026-06-01T08:53:34.522227641Z",
"ExitCode": 0,
"Output": "Connection to 127.0.0.1 80 port [tcp/http] succeeded!\nConnection to 127.0.0.1 8080 port [tcp/http-alt] succeeded!\nConnection to 127.0.0.1 8443 port [tcp/] succeeded!\nConnection to 127.0.0.1 9876 port [tcp/] succeeded!\n"
}
]
}
},
"Image": "sha256:5d2d488a198b05875489510059f4e3115b9bda9c1b4feffd75cab387361e2292",
"ResolvConfPath": "/var/lib/docker/containers/afadb7d440ddf2506726c009f2d67de9cd3b00187ee10593186f247fca433a5b/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/afadb7d440ddf2506726c009f2d67de9cd3b00187ee10593186f247fca433a5b/hostname",
"HostsPath": "/var/lib/docker/containers/afadb7d440ddf2506726c009f2d67de9cd3b00187ee10593186f247fca433a5b/hosts",
"LogPath": "/var/lib/docker/containers/afadb7d440ddf2506726c009f2d67de9cd3b00187ee10593186f247fca433a5b/afadb7d440ddf2506726c009f2d67de9cd3b00187ee10593186f247fca433a5b-json.log",
"Name": "/nextcloud-aio-mastercontainer",
"RestartCount": 2,
"Driver": "overlayfs",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "docker-default",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"nextcloud_aio_mastercontainer:/mnt/docker-aio-config",
"/run/docker.sock:/var/run/docker.sock"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "bridge",
"PortBindings": {
"80/tcp": [
{
"HostIp": "",
"HostPort": "80"
}
],
"8080/tcp": [
{
"HostIp": "",
"HostPort": "8080"
}
],
"8443/tcp": [
{
"HostIp": "",
"HostPort": "8443"
}
]
},
"RestartPolicy": {
"Name": "always",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
24,
90
],
"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": 0,
"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": 0,
"MemorySwappiness": null,
"OomKillDisable": null,
"PidsLimit": null,
"Ulimits": [],
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": [
"/proc/acpi",
"/proc/asound",
"/proc/interrupts",
"/proc/kcore",
"/proc/keys",
"/proc/latency_stats",
"/proc/sched_debug",
"/proc/scsi",
"/proc/timer_list",
"/proc/timer_stats",
"/sys/devices/virtual/powercap",
"/sys/firmware"
],
"ReadonlyPaths": [
"/proc/bus",
"/proc/fs",
"/proc/irq",
"/proc/sys",
"/proc/sysrq-trigger"
],
"Init": true
},
"Storage": {
"RootFS": {
"Snapshot": {
"Name": "overlayfs"
}
}
},
"Mounts": [
{
"Type": "volume",
"Name": "nextcloud_aio_mastercontainer",
"Source": "/var/lib/docker/volumes/nextcloud_aio_mastercontainer/_data",
"Destination": "/mnt/docker-aio-config",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/run/docker.sock",
"Destination": "/var/run/docker.sock",
"Mode": "",
"RW": true,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "afadb7d440dd",
"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": [
"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=1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A5",
"PHP_VERSION=8.5.6",
"PHP_URL=https://www.php.net/distributions/php-8.5.6.tar.xz",
"PHP_ASC_URL=https://www.php.net/distributions/php-8.5.6.tar.xz.asc",
"PHP_SHA256=826c600b7c6f956bd335558ca3bdbcab23b22126c1cc8d9348be2280a2204bb7",
"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"
],
"Labels": {
"com.docker.compose.project": "nextcloud-aio",
"org.opencontainers.image.description": "Easy deployment and maintenance of a Nextcloud server with all dependencies and optional services",
"org.opencontainers.image.documentation": "https://github.com/nextcloud/all-in-one/blob/main/readme.md",
"org.opencontainers.image.source": "https://github.com/nextcloud/all-in-one",
"org.opencontainers.image.title": "Nextcloud All-in-One Mastercontainer",
"org.opencontainers.image.url": "https://github.com/nextcloud/all-in-one",
"org.opencontainers.image.vendor": "Nextcloud",
"wud.watch": "false"
},
"StopSignal": "SIGQUIT"
},
"NetworkSettings": {
"SandboxID": "3b0eac6b0567f761264d081b5abf6d8a2d1d6c8d211c67d2f8fdb087903d6bc1",
"SandboxKey": "/var/run/docker/netns/3b0eac6b0567",
"Ports": {
"80/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "80"
},
{
"HostIp": "::",
"HostPort": "80"
}
],
"8080/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "8080"
},
{
"HostIp": "::",
"HostPort": "8080"
}
],
"8443/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "8443"
},
{
"HostIp": "::",
"HostPort": "8443"
}
],
"9000/tcp": null
},
"Networks": {
"nextcloud-aio": {
"IPAMConfig": null,
"Links": null,
"Aliases": null,
"DriverOpts": null,
"GwPriority": 0,
"NetworkID": "60acd607672b4a65f4088cbf7b016347aa0b24ac4e04d3f6b541b473620a8df5",
"EndpointID": "1a632056e6563646d8df802c531f75caf76ec2d1af377e5d24c6cf82699bab92",
"Gateway": "172.18.0.1",
"IPAddress": "172.18.0.6",
"MacAddress": "22:cb:2c:21:22:42",
"IPPrefixLen": 16,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"nextcloud-aio-mastercontainer",
"afadb7d440dd"
]
}
}
},
"ImageManifestDescriptor": {
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"digest": "sha256:7aeedb5b3935ceed08b853ec822b9e85ff68e5db29a6d144ba2ac909af060dde",
"size": 4500,
"platform": {
"architecture": "amd64",
"os": "linux"
}
}
}
]

Output of sudo docker ps -a

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ae2bba69b59f ghcr.io/nextcloud-releases/aio-redis:latest "/start.sh" 24 hours ago Created nextcloud-aio-redis
1c7158b383a0 ghcr.io/nextcloud-releases/aio-postgresql:latest "/start.sh" 24 hours ago Up 38 minutes (healthy) 5432/tcp nextcloud-aio-database
d09b4664c912 ghcr.io/nextcloud-releases/aio-whiteboard:latest "/start.sh" 24 hours ago Up 38 minutes (healthy) 3002/tcp nextcloud-aio-whiteboard
1190be3204a1 ghcr.io/nextcloud-releases/aio-notify-push:latest "/start.sh" 24 hours ago Up 38 minutes (healthy) nextcloud-aio-notify-push
77e981032f06 ghcr.io/nextcloud-releases/aio-talk:latest "/start.sh superviso…" 24 hours ago Up 38 minutes (healthy) 0.0.0.0:3478->3478/tcp, 0.0.0.0:3478->3478/udp, [::]:3478->3478/tcp, [::]:3478->3478/udp nextcloud-aio-talk
8d8a1dd89258 ghcr.io/nextcloud-releases/aio-collabora:latest "/start.sh" 24 hours ago Up 38 minutes (healthy) 9980/tcp nextcloud-aio-collabora
b1d2a3ac6938 ghcr.io/nextcloud-releases/aio-imaginary:latest "/start.sh" 24 hours ago Created nextcloud-aio-imaginary
afadb7d440dd ghcr.io/nextcloud-releases/all-in-one:latest "/start.sh" 25 hours ago Up 38 minutes (healthy) 0.0.0.0:80->80/tcp, [::]:80->80/tcp, 0.0.0.0:8080->8080/tcp, [::]:8080->8080/tcp, 0.0.0.0:8443->8443/tcp, [::]:8443->8443/tcp, 9000/tcp nextcloud-aio-mastercontainer

Other valuable info

Metadata

Metadata

Assignees

No one assigned

    Labels

    0. Needs triagePending approval or rejection. This issue is pending approval.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions