From 73576605cd1c9326f3347406ce0c0ceac9c73ccb Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Tue, 3 May 2022 19:58:53 +0100 Subject: Update docker image to the latest on the DockerHub (#22) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 1. Pull the Docker image ```sh - docker pull ghcr.io/ferdium/ferdium-server + docker pull ferdium/ferdium-server:latest ``` 2. Create a *new* Docker container with your desired configuration **Existing users please seee the warning above.** @@ -78,7 +78,7 @@ After setting up the docker container we recommend you set up an NGINX reverse p -v :/data \ -v :/app/recipes \ --restart unless-stopped \ - ghcr.io/ferdium/ferdium-server + ferdium/ferdium-server:latest ``` Alternatively, you can also use docker-compose v2 schema. An example can be found [in the docker folder](./docker/docker-compose.yml). -- cgit v1.2.3-54-g00ecf