Created
March 26, 2017 12:33
-
-
Save rubyon/0a1a642adc4c218c2f6f0fc68b5e7cdd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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