From 1066fd240bd13bd8cd475c4f8c16689646694af7 Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Sun, 18 Aug 2024 17:38:00 +0200 Subject: [PATCH] Fixed Docker README - URL was incorrect - Removed warning about outdated image --- docker/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker/README.md b/docker/README.md index e7e68d7..c506b43 100644 --- a/docker/README.md +++ b/docker/README.md @@ -2,12 +2,10 @@ ## Run Jirafeau through a pre-made Docker image -**There are currently no official pre-made Docker images of Jirafeau! The repository mentioned in this section is outdated!** - Jirafeau is a small PHP application so running it inside a docker container is pretty straightforward. ``` -docker pull registry.gitlab.com/jirafeau:latest +docker pull registry.gitlab.com/jirafeau/jirafeau:latest docker run -it --rm -p 8080:80 registry.gitlab.com/jirafeau/jirafeau:latest ``` -- 2.34.1