Skip to content

Commit

Permalink
fix nginx example image CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
andyshinn committed Feb 17, 2015
1 parent b872b2c commit 0ee02e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ FROM gliderlabs/alpine:3.1
RUN apk-install nginx
EXPOSE 80
CMD ["nginx"]
CMD ["nginx", "-g", "daemon off;"]
```

## Vitual Packages
Expand Down

0 comments on commit 0ee02e1

Please sign in to comment.