Last active
September 22, 2018 20:43
-
-
Save ipepe/0389c3880fc4467529638dcbd9b70c3c to your computer and use it in GitHub Desktop.
This file contains 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
#!/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