Skip to content

Commit 809830c

Browse files
committed
Adding persistent volume to couchbase podman config
1 parent e0aa55c commit 809830c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

contrib/couchbase/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Couchbase Notes
22

3+
```sh
4+
$ podman volume create couchbase-data
5+
```
6+
37
After running the docker image, browse to http://127.0.0.1:8091/ui/index.html
48
and manually configure database.

contrib/couchbase/podman-config

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
NAME=couchbase
22
IMAGE=docker.io/library/couchbase
33
PUBLISH=8091-8094:8091-8094
4+
VOLUME=couchbase-data:/opt/couchbase/var

0 commit comments

Comments
 (0)