replaced docker images with alpine if available (nginx, rabbitmq)
This commit is contained in:
parent
21aa0ea2da
commit
bdf4f48d78
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