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: