aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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).