From 311bbc8baf7c2bf878346682772e473807669990 Mon Sep 17 00:00:00 2001 From: Jose Jimenez Date: Tue, 17 Feb 2026 19:32:41 +0100 Subject: [PATCH] Point example to correct hub image --- README.md | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0a3133..5ee794c 100644 --- a/README.md +++ b/README.md @@ -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) ```bash -docker run -d --name hl-server \ +docker run -d --name halflife-server \ -p 27015:27015 \ -p 27015:27015/udp \ -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 services: halflife: - image: hl-server:latest + image: josejsalinas/hl-server:latest container_name: halflife-server restart: unless-stopped ports: diff --git a/docker-compose.yml b/docker-compose.yml index 6a49d36..17fdeb4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ services: halflife: build: . - image: hl-server:latest + image: josejsalinas/hl-server:latest container_name: halflife-server restart: unless-stopped ports: