Thiago Bezerra

Results 2 comments of Thiago Bezerra
trafficstars

docker-compose.yml ``` api-umbrella: image: nrel/api-umbrella:latest ports: - "80:80" - "443:443" volumes: - ./config:/etc/api-umbrella - ./log:/opt/api-umbrella/var/log ``` `docker-compose up` returns **apiumbrella_api-umbrella_1 exited with code 132** using docker 17.09.0-ce on ubuntu server...

# **Nope...** I tried docker 17.06 and 17.09 on ubuntu zesty and centos7: not working. Docker for Windows (17.06 and 17.09) worked just fine :(