X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/c0148db53bacf76d96f36fbf6c7e07f92ed6c7c5..4efa531d11cac24cf1ef486c6050c38d4e86ec02:/docker/README.md diff --git a/docker/README.md b/docker/README.md index 2c56d26..8252795 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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/).