docker-murmur/README.md
Alexey Skobkin 1c0c7af3f9 Migrating from Gitlab and Gitlab CI to Forgejo and Drone (#1)
Migrating from Gitlab and Gitlab CI to Forgejo and Drone.

Co-authored-by: Alexey Skobkin <skobkin-ru@ya.ru>
Reviewed-on: #1
2024-11-21 20:48:50 +00:00

21 lines
465 B
Markdown

# Murmur server docker image
[![Build Status](https://ci.skobk.in/api/badges/skobkin/docker-murmur/status.svg)](https://ci.skobk.in/skobkin/docker-murmur)
## Build
```shell
# For version 1.4.230
docker build --build-arg VERSION=1.4.230 --tag 'skobkin/murmur:1.4.230' --tag 'skobkin/murmur:latest' .
```
## Publish
```shell
docker push skobkin/murmur:latest skobkin/murmur:1.4.230
```
## Usage
See [docker-stacks](https://git.skobk.in/skobkin/docker-stacks).