Created
May 1, 2015 16:57
-
-
Save andrewwatson/6f4da6e238ef19072f84 to your computer and use it in GitHub Desktop.
docker-compose for logspout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
logspout: | |
image: gliderlabs/logspout:master | |
volumes: /var/run/docker.sock:/tmp/docker.sock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
logspout: | |
image: gliderlabs/logspout:master | |
volumes: /var/run/docker.sock:/tmp/docker.sock | |
ports: | |
- "8000:80" | |
entrypoint: /bin/logspout syslog://logs2.papertrailapp.com:45353 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment