Skip to content

Commit b3d2d55

Browse files
author
Matthew Fisher
committed
update DOCKER_HOST ref
1 parent 371211e commit b3d2d55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ MAINTAINER Jeff Lindsay <progrium@gmail.com>
33

44
ADD ./stage/logspout /bin/logspout
55

6-
ENV DOCKER unix:///tmp/docker.sock
6+
ENV DOCKER_HOST unix:///tmp/docker.sock
77
ENV ROUTESPATH /mnt/routes
88
VOLUME /mnt/routes
99

1010
EXPOSE 8000
1111

1212
ENTRYPOINT ["/bin/logspout"]
13-
CMD []
13+
CMD []

0 commit comments

Comments
 (0)