We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba2306 commit aa59793Copy full SHA for aa59793
README.md
@@ -45,7 +45,7 @@ PyPass has the following features:
45
3. Run the Docker command to run the image:
46
47
```docker
48
- >>>docker run --name pypass-demo -d -p 80:5000 --rm pypass-demo:latest
+ >>>docker run --dns <IP DNS or AD> --name pypaxs -d -p 80:5000 --rm pypass:latest
49
```
50
By default the container will be run in the port:5000 and localhost. With this command you can route the port to the 80 or any you prefer.
51
0 commit comments