Skip to content

Docker: How do you edit superuser password and edit INI config file for Murmur? #16

Closed Answered by azlux
trymeouteh asked this question in Q&A
Discussion options

You must be logged in to vote

Your example should look like :

  mumble-server:
    image: mumblevoip/mumble-server
    container_name: mumble-server
    hostname: mumble-server
    restart: on-failure
    environment:
      MUMBLE_CUSTOM_CONFIG_FILE: "/data/mumble-server.ini"
    volume:
      - <your/path/or/volume/config.ini>:/data/mumble-server.ini
      - <your/path/or/volume/db.sqlite>:/data/mumble-database.sql
    ports:
      - 64738:64738
      - 64738:64738/udp

It's easier if you use a path instead of volume. Your file need the have the write access for uid 1000

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
12 replies
@Krzmbrzl
Comment options

@trymeouteh
Comment options

@Krzmbrzl
Comment options

@trymeouteh
Comment options

@trymeouteh
Comment options

Comment options

You must be logged in to vote
2 replies
@trymeouteh
Comment options

@azlux
Comment options

Answer selected by Krzmbrzl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants