Hello,
Push server want to connect app server on port 80 but the apache service running on the app server is listening on port 8080…
I run the following command:
sudo docker-compose exec app sh -c ‘php occ notify_push:setup https://${OVERWRITEHOST}/push’
I receive this error:
push server can’t connect to the Nextcloud server
error sending request for url (http://app/index.php/apps/notify_push/test/cookie): error trying to connect: tcp connect error: Connection refused (os error 111)
but I wonder if you really run https:// on port 443. ${OVERWRITEHOST} sounds like you have reverse proxy in place…This is a reason why you must not ignore required support template. please edit you post and add details. post you docker-compose and docker compose and application logs.