Created
December 2, 2022 13:53
-
-
Save pablocattaneo/a7e35195cb2669d76d8466cae4f6ba24 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The first one is the host port, it means the one that you are going to use to access for example: http://localhost:4000/ the other one is the one set on dockerfile | |
docker run -d -p 4000:8000 --rm 4116b404dad9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment