1
0
Fork 0

replaced docker images with alpine if available (nginx, rabbitmq)

This commit is contained in:
Attilio Borello 2017-05-10 08:54:38 +02:00 committed by Fernandez Ludovic
parent 21aa0ea2da
commit bdf4f48d78
4 changed files with 8 additions and 8 deletions

View file

@ -12,6 +12,6 @@ consul:
- "8302"
- "8302/udp"
nginx:
image: nginx
image: nginx:alpine
ports:
- "8881:80"