Skip to content

Instantly share code, notes, and snippets.

@ipepe
Last active September 22, 2018 20:43
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 ipepe/0389c3880fc4467529638dcbd9b70c3c to your computer and use it in GitHub Desktop.
Save ipepe/0389c3880fc4467529638dcbd9b70c3c to your computer and use it in GitHub Desktop.
#!/bin/bash
docker run -p 5984:5984 -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=admin --restart=unless-stopped -d --name couchdb couchdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment