clean up volumes
This commit is contained in:
parent
445bd38988
commit
2d5e46c88d
@ -10,6 +10,6 @@ RUN apk add --no-cache \
|
|||||||
|
|
||||||
ADD /rootfs /
|
ADD /rootfs /
|
||||||
|
|
||||||
VOLUME /etc/ssl/murmur /var/lib/murmur/
|
VOLUME [ "/etc/ssl/murmur" ]
|
||||||
|
|
||||||
EXPOSE 64738
|
EXPOSE 64738
|
||||||
|
@ -2,7 +2,6 @@ Murmur server for [Mumble](https://wiki.mumble.info/wiki/Main_Page) with
|
|||||||
a postgre backend.
|
a postgre backend.
|
||||||
|
|
||||||
# Volumes
|
# Volumes
|
||||||
- `/var/lib/murmur`
|
|
||||||
- `/etc/ssl/murmur:ro`: certificates have to be here
|
- `/etc/ssl/murmur:ro`: certificates have to be here
|
||||||
|
|
||||||
# Environment Variables
|
# Environment Variables
|
||||||
|
Loading…
Reference in New Issue
Block a user