aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-05-03 19:58:53 +0100
committerLibravatar GitHub <noreply@github.com>2022-05-03 19:58:53 +0100
commit73576605cd1c9326f3347406ce0c0ceac9c73ccb (patch)
treee6a6ead245c4dd14c49bd64e1a5d9a15161072a4 /README.md
parentRenamed 'master' branch to 'main' (diff)
downloadferdium-server-73576605cd1c9326f3347406ce0c0ceac9c73ccb.tar.gz
ferdium-server-73576605cd1c9326f3347406ce0c0ceac9c73ccb.tar.zst
ferdium-server-73576605cd1c9326f3347406ce0c0ceac9c73ccb.zip
Update docker image to the latest on the DockerHub (#22)v1.3.3
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).