mirror of
https://github.com/luzifer-docker/docker-tf2-server.git
synced 2024-12-20 18:01:16 +00:00
Small fix
This commit is contained in:
parent
4ddd2d8cda
commit
7749b41245
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ You can create new Dockerfile based on that image (FROM tf2) and customize it wi
|
|||
|
||||
```shell
|
||||
# Build image and tag it as tf2
|
||||
docker build github.com/Gonzih/docker-tf2-server -t tf2
|
||||
docker build -t tf2 github.com/Gonzih/docker-tf2-server
|
||||
|
||||
# Run image with default options (CMD in Dockerfile)
|
||||
docker run -d -p 27015:27015/udp tf2
|
||||
|
|
Loading…
Reference in a new issue