codedocu.de

Error: Ports in docker compose: 0: Property ports is not allowed

 

 https://youtu.be/pCPwUn7zmwk

 

version: '3.4'

 

services:

  webapi_codedocu:

    image: ${DOCKER_REGISTRY-}webapicodedocu   

    build:

      context: .

      dockerfile: Dockerfile

      ports:

      - "4015:443"

 

 

Error: Ports in docker compose: 0: Property ports is not allowed

 

 

Solution

Type 2x backspace before ports

version: '3.4'

 

services:

  webapi_codedocu:

    image: ${DOCKER_REGISTRY-}webapicodedocu   

    build:

      context: .

      dockerfile: Dockerfile

    ports:

      - "4015:443"

   

     

     

 

Error: Ports in docker compose: 0: Property ports is not allowed

 


Software Entwicklung Stuttgart Nürtingen
Suche Projekte C#, WPF, Windows App,ASP.Net, vb.Net, WinForms, SQL Server, Access, Excel