Skip to content

Instantly share code, notes, and snippets.

@Lewiscowles1986
Created August 11, 2018 11:03
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 Lewiscowles1986/2b5cbfa11cba72947af476ee4d80983a to your computer and use it in GitHub Desktop.
Save Lewiscowles1986/2b5cbfa11cba72947af476ee4d80983a to your computer and use it in GitHub Desktop.
Testing Nextcloud using Docker
#!/bin/bash
mkdir -p ~/nextcloud
docker run -t -d --restart=always --name=nextcloud --publish 7000:80 --volume $PWD/nextcloud:/var/www/html:z nextcloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment