#

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"

 

 

Ein Bild, das Text, Screenshot, Software, Display enthält.
Automatisch generierte Beschreibung

 

 

Solution

Type 2x backspace before ports

version: '3.4'

 

services:

  webapi_codedocu:

    image: ${DOCKER_REGISTRY-}webapicodedocu   

    build:

      context: .

      dockerfile: Dockerfile

    ports:

      - "4015:443"

   

     

     

 

Ein Bild, das Text, Screenshot, Software, Multimedia-Software enthält.
Automatisch generierte Beschreibung

 

Mobile

.

123movies