We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0aa55c commit 809830cCopy full SHA for 809830c
contrib/couchbase/README.md
@@ -1,4 +1,8 @@
1
# Couchbase Notes
2
3
+```sh
4
+$ podman volume create couchbase-data
5
+```
6
+
7
After running the docker image, browse to http://127.0.0.1:8091/ui/index.html
8
and manually configure database.
contrib/couchbase/podman-config
@@ -1,3 +1,4 @@
NAME=couchbase
IMAGE=docker.io/library/couchbase
PUBLISH=8091-8094:8091-8094
+VOLUME=couchbase-data:/opt/couchbase/var
0 commit comments