Guest User

Untitled

a guest
Jul 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. version: '3.4'
  2.  
  3. services:
  4. sql.data:
  5. sql.data:
  6. image: microsoft/mssql-server-linux
  7. environment:
  8. - MSSQL_SA_PASSWORD=Pass@word
  9. - ACCEPT_EULA=Y
  10. - MSSQL_PID=Developer
  11. ports:
  12. - "5434:1433"
  13. webapplication2:
  14. image: ${DOCKER_REGISTRY}webapplication2
  15. build:
  16. context: .
  17. dockerfile: WebApplication2/Dockerfile
  18.  
  19. error : (Line: 7, Col: 7, Idx: 107) - (Line: 7, Col: 7, Idx: 107): Expected 'MappingStart', got 'SequenceStart' (at Line: 7, Col: 7, Idx: 107).
  20. 1>Done building project "docker-compose.dcproj" -- FAILED.
Add Comment
Please, Sign In to add comment