Hey guys, i’m runing AIO in a docker imagem with this command below:
docker run
–init
–sig-proxy=false
–name nextcloud-aio-mastercontainer
–restart always
–publish 8443:8443
–publish 8080:8080
–volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config
–volume /var/run/docker.sock:/var/run/docker.sock:ro
–env SKIP_DOMAIN_VALIDATION=true
But when i’m config the conteiners those ones appear to me:
Apache - Starting
Database - Running
Nextcloud - Starting
Notify Push - Starting
Redis - Running
Collabora - Running
Talk - Running
Imaginary - Running
Whiteboard - Running
And when i open the Nextcloud option this message appear to me:
psql: error: connection to server at “nextcloud-aio-database” (172.19.0.5), port 5432 failed: FATAL: password authentication failed for user “oc_nextcloud”
Does anyone know what’s happening and what i need to do?