HenryGP / om_ansible

Minimalistic, disposable Ops Manager environment with Ansible
19 stars 17 forks source link

Update docker-compose.yaml in order to not use privileged #77

Closed renatoriccio closed 3 years ago

emisca commented 3 years ago

privileged is needed to have ssh on port 22, ldap on port 389 and 636.

Your commit will likely break things all around. Have you tested it?

renatoriccio commented 3 years ago

The issue with privileged is related to a docker macos bug (https://github.com/docker/for-mac/issues/5527) and not really to the option itself. We can reject this pullrequest