Jump to content

Zstrausbough

Members
  • Posts

    2
  • Joined

  • Last visited

Zstrausbough's Achievements

Noob

Noob (1/14)

0

Reputation

  1. docker run -d --name='mumble-server' --net='host' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e HOST_HOSTNAME="PortableServer" -e HOST_CONTAINERNAME="mumble-server" -e 'TCP_PORT_64700'='64700' -e 'UDP_PORT_64700'='64700' -e 'MUMBLE_SUPERUSER_PASSWORD'='Password' -e 'MUMBLE_CUSTOM_CONFIG_FILE'='/data/mumble_server_config.ini' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://raw.githubusercontent.com/Richy1989/unraid-icons/main/icons/mumble.png' -v '/mnt/user/appdata/mumble_new':'/data':'rw' 'mumblevoip/mumble-server:latest' 3dd047fa517d1d49544220f39779a0fbbaa72a943afc7f068f2f9ddf76f51e83 The command finished successfully!
  2. Good morning, Mods please delete if its already a talked about subject. I am new to all of this but was able to get a mumble server (from community apps) running in a docker in unraid. Everytime I reboot, it clears out my /data folder I created to store the config file (Per the guide on the community app page for mumble). I assume this is something wrong Im doing here as its probably how Unraid works. Can anyway help lead me into the correct direction to how to create folders that wont be deleted when i reboot so I can actually store my mapped config files? Thank you!
×
×
  • Create New...