How To Install Nextcloud behind a secure reverse proxy (ARM)

Discussion about Docker
User avatar
Terra_User123
Posts: 6
Joined: 26 Sep 2020, 04:33

Re: How To Install Nextcloud behind a secure reverse proxy (ARM)

Post by Terra_User123 »

Hi Armitage,
Check your docker-compose file carefully as it can be very sensitive even when the structure is a little off... like too much space and what not. I would suggest you deploy portainer to manage and deploy your code there. It is freindlier as it will check your code and give you some hints where you make mistakes. Portainer is also very easy to deploy
User avatar
dahero00
Posts: 1
Joined: 30 Apr 2021, 00:21

Re: How To Install Nextcloud behind a secure reverse proxy (ARM)

Post by dahero00 »

Hello,
firstly thanks a lot for sharing your receipt, really appreciate.
I've followed the steps carefully and I'm stuck on the very beginning. After a good execution of docker-compose.yml I'm not able to get properlly run proxy container.

THis is the output of the docker-ps
docker ps.jpg
docker ps.jpg (9.05 KiB) Viewed 1459 times
proxy nextcloud_proxy_1 container is unhealthy, and this are the error

docker logs nextcloud_proxy_1 output is there:

[4/29/2021] [4:39:40 PM] [Global ] › ℹ info Manual db configuration already exists, skipping config creation from environment variables
[4/29/2021] [4:39:40 PM] [Global ] › ✖ error ER_ACCESS_DENIED_ERROR: Access denied for user 'npm'@'172.18.0.4' (using password: YES)

I've checked the credentials and all are right,

ANy idea about it?
Thanks in advance.
Locked