update readme to reflect move to image docker hub

This commit is contained in:
2025-02-25 22:18:34 -08:00
parent 42bbd9d5f9
commit cabadb8ce5

View File

@@ -44,7 +44,7 @@ docker run -d --name holesail \
-e CONNECTOR=very-super-secret \ -e CONNECTOR=very-super-secret \
-e PUBLIC=false \ -e PUBLIC=false \
--network holesail \ --network holesail \
ghcr.io/anaxios/holesail-docker:latest anaxios/holesail:latest
``` ```
## Modes ## Modes
@@ -60,7 +60,7 @@ services:
holesail: holesail:
container_name: holesail container_name: holesail
restart: unless-stopped restart: unless-stopped
image: ghcr.io/anaxios/holesail-docker:latest image: anaxios/holesail:latest
environment: environment:
MODE: server MODE: server
PORT: 25565 PORT: 25565
@@ -102,7 +102,7 @@ services:
container_name: holesail container_name: holesail
restart: unless-stopped restart: unless-stopped
network_mode: "host" network_mode: "host"
image: ghcr.io/anaxios/holesail-docker:latest image: anaxios/holesail:latest
environment: environment:
MODE: client MODE: client
PORT: 8989 PORT: 8989
@@ -122,7 +122,7 @@ services:
holesail: holesail:
container_name: holesail container_name: holesail
restart: unless-stopped restart: unless-stopped
image: ghcr.io/anaxios/holesail-docker:latest image: anaxios/holesail:latest
environment: environment:
MODE: filemanager MODE: filemanager
PORT: 8989 PORT: 8989