Compare commits
No commits in common. "76ea88eeee1a4875776de7569107e60dbc390ca1" and "38515cdce40c7ea0ca49a524f9a80c3f0c9bda03" have entirely different histories.
76ea88eeee
...
38515cdce4
|
@ -1,7 +1,4 @@
|
||||||
# see https://cloud.docker.com/repository/docker/skobkin/murmur-official-static
|
# see https://cloud.docker.com/repository/docker/skobkin/murmur-official-static
|
||||||
|
|
||||||
#IMAGE_TAG=latest
|
|
||||||
|
|
||||||
MURMUR_HOSTNAME=mumble.skobk.in
|
MURMUR_HOSTNAME=mumble.skobk.in
|
||||||
|
|
||||||
LOG_MAX_SIZE=5m
|
LOG_MAX_SIZE=5m
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
|
version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
murmur:
|
murmur:
|
||||||
image: 'skobkin/murmur:${IMAGE_TAG:-latest}'
|
image: registry.gitlab.com/skobkin/docker-murmur:latest
|
||||||
container_name: murmur
|
container_name: murmur
|
||||||
ports:
|
ports:
|
||||||
- "64738:64738/tcp"
|
- "64738:64738/tcp"
|
||||||
|
|
Loading…
Reference in a new issue