From: Patrick Canterino Date: Sun, 18 Aug 2024 15:38:00 +0000 (+0200) Subject: Fixed Docker README X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/1066fd240bd13bd8cd475c4f8c16689646694af7 Fixed Docker README - URL was incorrect - Removed warning about outdated image --- 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 ```