Skip to content

Commit

Permalink
Syntax highlighting for code samples
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoscout authored May 24, 2018
1 parent 5d6a2dd commit 8fe34f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This utility should be used in docker build process and launched before your app

For example, your application "MySuperApp" uses MongoDB, Postgres and MySql (wow!) and you want to be sure that when it starts all other systems are available, then simply customize your dockerfile this way:

```
```dockerfile
FROM alpine

## Add your application to the docker image
Expand All @@ -25,7 +25,7 @@ Done! the image is ready.

Now let's modify the docker-compose.yml file:

```
```yml
version: "3"

services:
Expand Down

0 comments on commit 8fe34f7

Please sign in to comment.