docker-compose: fix indentation

This commit is contained in:
Rico Sta. Cruz 2018-03-17 13:28:27 +08:00
parent 2d06aff7cf
commit eceeeadb12
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ version: '2'
services: services:
web: web:
build: . build: .
# build from Dockerfile # build from Dockerfile
context: ./Path context: ./Path
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "5000:5000" - "5000:5000"
volumes: volumes: