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:
web:
build: .
# build from Dockerfile
context: ./Path
dockerfile: Dockerfile
# build from Dockerfile
context: ./Path
dockerfile: Dockerfile
ports:
- "5000:5000"
volumes: