mirror of
https://codeberg.org/spire/docker-tf2-server.git
synced 2026-06-03 18:04:11 +02: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
|
```shell
|
||||||
# Build image and tag it as tf2
|
# 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)
|
# Run image with default options (CMD in Dockerfile)
|
||||||
docker run -d -p 27015:27015/udp tf2
|
docker run -d -p 27015:27015/udp tf2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue