replaced docker images with alpine if available (nginx, rabbitmq)
This commit is contained in:
parent
ceef5e39b7
commit
6838a81e50
4 changed files with 8 additions and 8 deletions
|
@ -12,6 +12,6 @@ consul:
|
|||
- "8302"
|
||||
- "8302/udp"
|
||||
nginx:
|
||||
image: nginx
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- "8881:80"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue