Nextcloud-aio docker installation

Hello, I’m trying to install Nexctcloud using docker with this script:

sudo docker run
–sig-proxy=false
–name nextcloud-aio-mastercontainer
–restart always
–env SKIP_DOMAIN_VALIDATION=true
–env TZ=Europe/Madrid
–env NEXTCLOUD_MOUNT=/nvme1TB
–env NEXTCLOUD_DATADIR=/nvme1TB/nextcloud
–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
nextcloud/all-in-one:latest

Once installed, the containers apache and nextcloud are in the stopped status.
Message: Client error: GET http://localhost/v1.41/containers/nextcloud-aio-apache/logs?stdout=true&stderr=true resulted in a 404 Not Found response: {“message”:“No such container: nextcloud-aio-apache”}

I’ve tried to do the installations several times, but it’s always the same result.

Thank you in advance.