Skip to content

Commit

Permalink
Merge pull request docker#397 from ndrake/ndrake-patch-1
Browse files Browse the repository at this point in the history
Fix a small typo
  • Loading branch information
Mano Marks authored Jan 20, 2018
2 parents a2f56ac + eba5e27 commit 2abddfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer-tools/java/chapters/ch05-compose.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ WildFly Swarm and MySQL will be running in two separate containers, and thus mak

== Configuration file

Th entry point to Docker Compose is a Compose file, usually called `docker-compose.yml`. Create a new directory `javaee`. In that directory, create a new file `docker-compose.yml` in it. Use the following contents:
The entry point to Docker Compose is a Compose file, usually called `docker-compose.yml`. Create a new directory `javaee`. In that directory, create a new file `docker-compose.yml` in it. Use the following contents:

```
version: '3.3'
Expand Down

0 comments on commit 2abddfe

Please sign in to comment.