Indentation fix (#4491)

This commit is contained in:
Santiago Petrone 2017-09-19 15:09:53 -03:00 committed by Gwendolynne Barr
parent 207acedee2
commit 4204df859d
1 changed files with 11 additions and 9 deletions

View File

@ -1629,19 +1629,21 @@ services:
image: nginx:alpine
ports:
- "80:80"
volumes:
- type: volume
source: mydata
target: /data
volume:
nocopy: true
- type: bind
source: ./static
target: /opt/app/static
networks:
webnet:
volumes:
- type: volume
source: mydata
target: /data
volume:
nocopy: true
- type: bind
source: ./static
target: /opt/app/static
mydata:
```
> **Note:** The long syntax is new in v3.2