aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Gibby <git@twoitguys>2022-04-16 16:37:41 -0400
committerLibravatar Gibby <git@twoitguys>2022-04-16 16:37:41 -0400
commitb1879af6dd255f6ff09b2a409cf3daeccc3d90e6 (patch)
tree5343ab82ae11ad8f70a34b8319c07e090378d3ec /README.md
parentfix: Updated recipe submodule and workflow to build/publish docker image (diff)
downloadferdium-server-b1879af6dd255f6ff09b2a409cf3daeccc3d90e6.tar.gz
ferdium-server-b1879af6dd255f6ff09b2a409cf3daeccc3d90e6.tar.zst
ferdium-server-b1879af6dd255f6ff09b2a409cf3daeccc3d90e6.zip
docs: Update to point to correct docker image
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 773bf91..da67952 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ After setting up the docker container we recommend you set up an NGINX reverse p
481. Pull the Docker image 481. Pull the Docker image
49 49
50 ```sh 50 ```sh
51 docker pull getferdi/ferdi-server 51 docker pull ghcr.io/ferdium/ferdium-server
52 ``` 52 ```
532. Create a *new* Docker container with your desired configuration **Existing users please seee the warning above.** 532. Create a *new* Docker container with your desired configuration **Existing users please seee the warning above.**
54 54
@@ -80,7 +80,7 @@ After setting up the docker container we recommend you set up an NGINX reverse p
80 -v <path to data>:/data \ 80 -v <path to data>:/data \
81 -v <path to recipes>:/app/recipes \ 81 -v <path to recipes>:/app/recipes \
82 --restart unless-stopped \ 82 --restart unless-stopped \
83 getferdi/ferdi-server 83 ghcr.io/ferdium/ferdium-server
84 ``` 84 ```
85 85
86 Alternatively, you can also use docker-compose v2 schema. An example can be found [in the docker folder](./docker/docker-compose.yml). 86 Alternatively, you can also use docker-compose v2 schema. An example can be found [in the docker folder](./docker/docker-compose.yml).