From b1879af6dd255f6ff09b2a409cf3daeccc3d90e6 Mon Sep 17 00:00:00 2001 From: Gibby Date: Sat, 16 Apr 2022 16:37:41 -0400 Subject: docs: Update to point to correct docker image --- docker/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docker/README.md') diff --git a/docker/README.md b/docker/README.md index 3cb49be..fa36da9 100644 --- a/docker/README.md +++ b/docker/README.md @@ -28,7 +28,7 @@ The docker can be run as is, with the default sqlite database, or you can modify Pull the docker image: - docker pull getferdi/ferdi-server + docker pull ghcr.io/ferdium/ferdium-server To create the docker container with the proper parameters: @@ -59,7 +59,7 @@ To create the docker container with the proper parameters: -v :/data \ -v :/app/recipes \ --restart unless-stopped \ - getferdi/ferdi-server + ghcr.io/ferdium/ferdium-server ### docker-compose @@ -212,7 +212,7 @@ Below are the instructions for updating the container to get the most recent ver ### Via Docker Run/Create -* Update the image: `docker pull getferdi/ferdi-server` +* Update the image: `docker pull ghcr.io/ferdium/ferdium-server` * Stop the running container: `docker stop ferdi-server` * Delete the container: `docker rm ferdi-server` * Recreate a new container with the same docker create parameters as instructed above (if mapped correctly to a host folder, your `/config` folder and ENV settings will be preserved) @@ -232,7 +232,7 @@ If you want to build this image locally, please run this command from root of [F docker build \ --no-cache \ --pull \ - -t getferdi/ferdi-server:latest . + -t ghcr.io/ferdium/ferdium-server:latest . ``` ## License -- cgit v1.2.3-54-g00ecf