We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 940746b + a51a6ec commit c142a9cCopy full SHA for c142a9c
Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER Pierre Besson https://github.com/PierreBesson
4
RUN apk --update add nodejs git openssh curl bash inotify-tools jq && \
5
rm -rf /var/cache/apk/* && \
6
npm install -g simplywatch && \
7
- npm install -g git2consul@0.12.12 && \
+ npm install -g git2consul@0.12.13 && \
8
mkdir -p /etc/git2consul.d
9
10
ADD /load-config.sh /
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '2'
2
services:
3
consul:
- image: consul:0.7.2
+ image: consul:1.2.0
ports:
- 8300:8300
- 8500:8500
0 commit comments