From cabadb8ce5a91457fe3a3be4cbfe059ab210cd39 Mon Sep 17 00:00:00 2001 From: anaxios Date: Tue, 25 Feb 2025 22:18:34 -0800 Subject: [PATCH] update readme to reflect move to image docker hub --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 956b8d7..734406b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ docker run -d --name holesail \ -e CONNECTOR=very-super-secret \ -e PUBLIC=false \ --network holesail \ - ghcr.io/anaxios/holesail-docker:latest + anaxios/holesail:latest ``` ## Modes @@ -60,7 +60,7 @@ services: holesail: container_name: holesail restart: unless-stopped - image: ghcr.io/anaxios/holesail-docker:latest + image: anaxios/holesail:latest environment: MODE: server PORT: 25565 @@ -102,7 +102,7 @@ services: container_name: holesail restart: unless-stopped network_mode: "host" - image: ghcr.io/anaxios/holesail-docker:latest + image: anaxios/holesail:latest environment: MODE: client PORT: 8989 @@ -122,7 +122,7 @@ services: holesail: container_name: holesail restart: unless-stopped - image: ghcr.io/anaxios/holesail-docker:latest + image: anaxios/holesail:latest environment: MODE: filemanager PORT: 8989