-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
I believe that
docker run --name logspout \
-p "8000:8000" \
--volume /logspout/routes:/mnt/routes \
--volume /var/run/docker.sock:/tmp/docker.sock \
gettyimages/example-logspout
in the readme should be
docker run --name logspout \
-p "8000:80" \
--volume /logspout/routes:/mnt/routes \
--volume /var/run/docker.sock:/tmp/docker.sock \
gettyimages/example-logspout
And it says nothing about contributions 😉
Metadata
Metadata
Assignees
Labels
No labels