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 0031e5f..1a9a6d4 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ After setting up the docker container we recommend you set up an NGINX reverse p
461. Pull the Docker image 461. Pull the Docker image
47 47
48 ```sh 48 ```sh
49 docker pull ghcr.io/ferdium/ferdium-server 49 docker pull ferdium/ferdium-server:latest
50 ``` 50 ```
512. Create a *new* Docker container with your desired configuration **Existing users please seee the warning above.** 512. Create a *new* Docker container with your desired configuration **Existing users please seee the warning above.**
52 52
@@ -78,7 +78,7 @@ After setting up the docker container we recommend you set up an NGINX reverse p
78 -v <path to data>:/data \ 78 -v <path to data>:/data \
79 -v <path to recipes>:/app/recipes \ 79 -v <path to recipes>:/app/recipes \
80 --restart unless-stopped \ 80 --restart unless-stopped \
81 ghcr.io/ferdium/ferdium-server 81 ferdium/ferdium-server:latest
82 ``` 82 ```
83 83
84 Alternatively, you can also use docker-compose v2 schema. An example can be found [in the docker folder](./docker/docker-compose.yml). 84 Alternatively, you can also use docker-compose v2 schema. An example can be found [in the docker folder](./docker/docker-compose.yml).