mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Add mumble to docker
This commit is contained in:
parent
c6a8d99bf9
commit
f5eaece644
14
docker/mumble/docker-compose.yaml
Normal file
14
docker/mumble/docker-compose.yaml
Normal 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'
|
Loading…
Reference in New Issue
Block a user