Skip to content

Instantly share code, notes, and snippets.

@dnephin
Created October 28, 2015 20:05
Show Gist options
  • Save dnephin/c7b50f683e1a546fc02d to your computer and use it in GitHub Desktop.
Save dnephin/c7b50f683e1a546fc02d to your computer and use it in GitHub Desktop.
web:
image: alpine:edge
environment:
- NAME: thename
command: echo $NAME
web:
image: alpine:$TAG
# ports:
# - '$HOSTPORT:80'
labels:
- "blah=$BLAH"
user: $SPECIAL
command: sh -c 'echo $$USER'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment