mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-08 13:10:37 +00:00
15 lines
296 B
YAML
15 lines
296 B
YAML
|
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'
|