Update README.md

asyncversion
kjjohnsen 2023-01-22 14:41:17 -05:00 committed by GitHub
parent 5f52900ded
commit 8d32426962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@ The server supports both TCP and UDP transports.
### Option 1: Pull from Docker Hub ### Option 1: Pull from Docker Hub
```sh ```sh
docker run -p 5000:5000 velaboratory/velnet docker run -p 5000:5000 -p 5000:5000/udp velaboratory/velnet
``` ```
or or
```sh ```sh
docker run -p 5050:5000 --name velnet velaboratory/velnet docker run -p 5050:5000 -p 5050:5000/udp --name velnet velaboratory/velnet
``` ```
To run on a different port and change the name of the container. To run on a different port and change the name of the container.