Created
August 22, 2020 21:37
-
-
Save bodziek666/f90619369b80064ad4260930ad96d9d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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