Point example to correct hub image

This commit is contained in:
2026-02-17 19:32:41 +01:00
parent 0200fb30e0
commit 311bbc8baf
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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: