docker-compose: fix indentation
This commit is contained in:
parent
2d06aff7cf
commit
eceeeadb12
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue