Skip to content

Instantly share code, notes, and snippets.

@bodziek666
Created August 22, 2020 21:37
Show Gist options
  • Save bodziek666/f90619369b80064ad4260930ad96d9d1 to your computer and use it in GitHub Desktop.
Save bodziek666/f90619369b80064ad4260930ad96d9d1 to your computer and use it in GitHub Desktop.
version: '3'
services:
umurmur:
image: hetsh/umurmur:0.2.17-4
volumes:
# PERSISTENT DATA
- ./data:/etc/umurmur
- ./umurmur.conf:/etc/umurmur.conf:ro
# TIMEZONE
- /etc/localtime:/etc/localtime:ro
ports:
- "64738:64738/tcp"
- "64738:64738/udp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment