Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit fdc93db

Browse files
author
Feng Honglin
authored
Merge pull request #81 from benjamincaldwell/patch-1
Fixed incorrect indentation on docker-compose v2 swarm config file
2 parents c722e47 + b75f702 commit fdc93db

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ A second option is to use the `ADDITIONAL_SERVICES` variable for indentification
152152
image: dockercloud/hello-world
153153
lb:
154154
image: dockercloud/haproxy
155-
depends_on:
156-
- web
157-
- blog
158-
environment:
159-
- ADDITIONAL_SERVICES=project_dir:web,project_dir:blog
155+
depends_on:
156+
- web
157+
- blog
158+
environment:
159+
- ADDITIONAL_SERVICES=project_dir:web,project_dir:blog
160160
volumes:
161161
- /var/run/docker.sock:/var/run/docker.sock
162162
ports:

0 commit comments

Comments
 (0)