Point example to correct hub image
This commit is contained in:
@@ -35,7 +35,7 @@ You don't need to know anything about Linux or HLDS to start a server. You just
|
|||||||
The latest image of this repo is available in docker hub [josejsalinas/hl-server](https://hub.docker.com/r/josejsalinas/hl-server)
|
The latest image of this repo is available in docker hub [josejsalinas/hl-server](https://hub.docker.com/r/josejsalinas/hl-server)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -d --name hl-server \
|
docker run -d --name halflife-server \
|
||||||
-p 27015:27015 \
|
-p 27015:27015 \
|
||||||
-p 27015:27015/udp \
|
-p 27015:27015/udp \
|
||||||
-e SERVER_NAME="My Crossfire Server" \
|
-e SERVER_NAME="My Crossfire Server" \
|
||||||
@@ -49,7 +49,7 @@ Or use docker compose with the hub image by creating a `docker-compose.yml`:
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
halflife:
|
halflife:
|
||||||
image: hl-server:latest
|
image: josejsalinas/hl-server:latest
|
||||||
container_name: halflife-server
|
container_name: halflife-server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
halflife:
|
halflife:
|
||||||
build: .
|
build: .
|
||||||
image: hl-server:latest
|
image: josejsalinas/hl-server:latest
|
||||||
container_name: halflife-server
|
container_name: halflife-server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user