从docker-composeconfigurationMarathon-LB

我正在试图从dockerconfigurationmarathon-lb,但alwas正在等待PID,所以我不知道是否在docker-compose.yml上设置的configuration上做错了什么。 dockercomposer php文件也是版本2。

请你能帮我解决这个问题。

marathonlb: image: mesosphere/marathon-lb:v1.4.1 restart: unless-stopped # must alter iptables otherwise: # "can't initialize iptables table `filter': Permission denied (you must be root)" privileged: true environment: - PORTS=9090 ports: - "11080:80" - "11443:443" - "11090:9090" - "11091:9091" command: sse --health-check --group external --marathon http://marathon:8080