Add mumble to docker

pull/2/head
Marko Korhonen 5 years ago
parent ba1e6125e2
commit e88131f4b7
No known key found for this signature in database
GPG Key ID: 911B85FBC6003FE5

@ -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'
Loading…
Cancel
Save