Compare commits

..

No commits in common. "76ea88eeee1a4875776de7569107e60dbc390ca1" and "38515cdce40c7ea0ca49a524f9a80c3f0c9bda03" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,4 @@
# see https://cloud.docker.com/repository/docker/skobkin/murmur-official-static
#IMAGE_TAG=latest
MURMUR_HOSTNAME=mumble.skobk.in
LOG_MAX_SIZE=5m

View file

@ -1,6 +1,8 @@
version: '3.7'
services:
murmur:
image: 'skobkin/murmur:${IMAGE_TAG:-latest}'
image: registry.gitlab.com/skobkin/docker-murmur:latest
container_name: murmur
ports:
- "64738:64738/tcp"