diff --git a/README.md b/README.md index 83f9bdb0fb..b86c29ca71 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ services: - ./:/home/node/app expose: - "8081" + ports: # use if it is necessary to expose the container to the host machine + - "8001:8001" command: "npm start" ```