Provides a fix for the Docker 18.09.1 version unison sync strategy, in which the service doesnt bind a port at the host client, causing connection with unison to fail. Now sync_host_ip is mounted for the host too, ie: 5000:5000/tcp
cmd = "docker run -p '#{@options['sync_host_ip']}:#{UNISON_CONTAINER_PORT}:#{UNISON_CONTAINER_PORT}' -v #{volume_name}:#{@options['dest']} -e APP_VOLUME=#{@options['dest']} #{tz_expression} #{additional_docker_env} #{run_privileged} --name #{container_name} -d #{@docker_image}"
Thank you for all the feedback and support i already received!
Docker-sync has been improved by all of you in huge ways!
If you are eager to help and improve docker-sync
Anything else under http://docker-sync.io or the documentation
Main Contributors: