]> git.p6c8.net - jirafeau_project.git/commitdiff
Copied information about Docker from README files from next-release to master master
authorPatrick Canterino <patrick@patrick-canterino.de>
Sun, 18 Aug 2024 15:52:31 +0000 (17:52 +0200)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sun, 18 Aug 2024 15:52:31 +0000 (17:52 +0200)
So our users will instantly get this new information whem opening the GitLab page

README.md
docker/README.md

index 0bd28ae0aa97db55e08e84cc61b19a7ed3062b52..8f4d169b4d219e9092cb2b2aced3d4598bc8b0b0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ Jirafeau project won't evolve to a file manager and will focus to keep a very fe
 ## Installation
 
 This shows how to install Jirafeau by your own, it's quite simple but you can
-also use a [docker image](https://hub.docker.com/r/mojo42/jirafeau/) or build
+also use a [docker image](https://gitlab.com/jirafeau/Jirafeau/container_registry/) or build
 it yourself. Check [docker folder](docker/README.md) for more informations.
 
 System requirements:
index 2c56d26a1ab63d5b40850894751c62dc08bd11c7..8252795c297303e679b4421fe9f8e9e649bd501f 100644 (file)
@@ -2,13 +2,11 @@
 
 ## 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 mojo42/jirafeau:latest
-docker run -it --rm -p 8080:80 mojo42/jirafeau:latest
+docker pull registry.gitlab.com/jirafeau/jirafeau:latest
+docker run -it --rm -p 8080:80 registry.gitlab.com/jirafeau/jirafeau:latest
 ```
 
 Then connect on [localhost:8080](http://localhost:8080/).

patrick-canterino.de