Skip to content

Instantly share code, notes, and snippets.

@nalanj
Last active August 25, 2018 13:36
Show Gist options
  • Save nalanj/bd153e3180ce1d57bad30be69f1ea0f2 to your computer and use it in GitHub Desktop.
Save nalanj/bd153e3180ce1d57bad30be69f1ea0f2 to your computer and use it in GitHub Desktop.
version: "3"
services:
randolog:
image: golang
command: go run /usr/src/randolog/main.go
volumes:
- ./randolog/:/usr/src/randolog/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment