Skip to content

Instantly share code, notes, and snippets.

@rubyon
Created April 4, 2017 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubyon/e0914c3e9147e0db08f2c1796f850193 to your computer and use it in GitHub Desktop.
Save rubyon/e0914c3e9147e0db08f2c1796f850193 to your computer and use it in GitHub Desktop.
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