Closed ajayep closed 4 years ago
Please try sudo sysctl -w net.inet.ip.forwarding=1
and really give your docker at least 8GB ram and min 4 CPUs on MacOS. Otherwise it will fail to start.
On my macOS Catalina with latest docker and latest docker-compose it works as described.
Other than that I have no idea. Could be anything. Your pc is too slow, docker installation is broken. Docker networks problems a.s.o. I hope the above things with ram+cpu solves your issue.
@ajayep I have the same issue, apparently with missing permissions to write to the home directory. How did you solve it? I've followed the instructions exactly and all the home dirs are owned by 2002:2002.
I'm on Linux by the way, so not a Mac-specific issue.
@ajayep When running a distro with SElinux, the following command is needed to allow containers to write to the volumes:
chcon -R -t svirt_sandbox_file_t /opt/confluence-cluster/7.5.0/confluence-*
@clouless This should be added to the readme.
I'm getting the following error when I start 7.5.0. Any ideas? Everything seems to start correctly. Seems to a permission issue with Confluence home directory ? How do i get it resolved . I even tried v7.4.0 and get the same issue.
Using Mac OS Catlina v10.15.4 & Docker version 19.03.8, build afacb8b
sh-3.2# sudo docker-compose -f docker-compose-one-node.yml up --detach
sh-3.2# docker ps
sh-3.2# docker-compose -f docker-compose-one-node.yml logs