Add mumble to docker

This commit is contained in:
Marko Korhonen 2020-02-10 00:20:41 +02:00
parent ba1e6125e2
commit e88131f4b7
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -0,0 +1,14 @@
version: '3'
services:
gitea:
container_name: gitea
image: gitea/gitea:latest
restart: always
volumes:
- /docker/mumble:/etc/mumble
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- '64748:64738'
- '64748:64738/udp'