Skip to content

Commit 0d86a0c

Browse files
committed
Merge pull request #23 from bacongobbler/hotfix-docker-host
update DOCKER_HOST ref
2 parents 371211e + b3d2d55 commit 0d86a0c

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)