Remove Dev Docker image (#80)

This commit is contained in:
Thomas Miceli
2023-07-17 04:16:08 +02:00
committed by GitHub
parent 2890c60124
commit cc6110bb4e
2 changed files with 2 additions and 49 deletions

View File

@ -54,13 +54,10 @@ A self-hosted pastebin **powered by Git**. [Try it here](https://opengist.thomic
### With Docker
Docker [images](https://github.com/thomiceli/opengist/pkgs/container/opengist) are available for each release (`latest`)
and last development commit (`dev`) :
Docker [images](https://github.com/thomiceli/opengist/pkgs/container/opengist) are available for each release :
```shell
docker pull ghcr.io/thomiceli/opengist # most recent release
docker pull ghcr.io/thomiceli/opengist:dev # latest development version
docker pull ghcr.io/thomiceli/opengist:1.4
```
It can be used in a `docker-compose.yml` file :