Forgot to change image name etc

This commit is contained in:
Marko Korhonen 2020-02-10 00:32:53 +02:00
parent bf31a15336
commit 4067d6f9b9
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -1,14 +1,15 @@
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
mumble:
container_name: mumble
image: phlak/mumble
environment:
- TZ=Europe/Helsinki
ports:
- '64748:64738'
- '64748:64738/udp'
volumes:
- /docker/mumble:/etc/mumble
- /etc/localtime:/etc/localtime:ro
restart: always