Created
April 4, 2017 04:50
-
-
Save rubyon/e0914c3e9147e0db08f2c1796f850193 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=owncloud \ | |
--restart=always \ | |
-v /home/docker/owncloud/apps:/var/www/html/apps \ | |
-v /home/docker/owncloud/config:/var/www/html/config \ | |
-v /home/docker/owncloud/data:/var/www/html/data \ | |
-p 8082:80 \ | |
owncloud |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment