Fix yml indention (#3089)

This commit is contained in:
hacfi 2017-04-29 00:06:04 +02:00 committed by John Mulhausen
parent 65c3f1befa
commit 3e137458e8
1 changed files with 10 additions and 10 deletions

View File

@ -359,15 +359,15 @@ Configures if and how to restart containers when they exit. Replaces
```none
version: "3"
services:
redis:
image: redis:alpine
deploy:
restart_policy:
condition: on-failure
delay: 5s
max_attempts: 3
window: 120s
services:
redis:
image: redis:alpine
deploy:
restart_policy:
condition: on-failure
delay: 5s
max_attempts: 3
window: 120s
```
#### labels
@ -818,7 +818,7 @@ In the example below, three services are provided (`web`, `worker`, and `db`), a
worker:
build: ./worker
networks:
- legacy
- legacy
db:
image: mysql