Skip to content

Instantly share code, notes, and snippets.

@rubyon
Created March 26, 2017 12:33
Show Gist options
  • Save rubyon/0a1a642adc4c218c2f6f0fc68b5e7cdd to your computer and use it in GitHub Desktop.
Save rubyon/0a1a642adc4c218c2f6f0fc68b5e7cdd to your computer and use it in GitHub Desktop.
sudo docker run -d \
--name=muximux \
-v /home/docker/muximux/config:/config \
-e PGID=1000 -e PUID=1000 \
-e TZ="Asia/Seoul" \
-p 8088:80 \
linuxserver/muximux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment