mirror of
https://github.com/tiennm99/docker-images.git
synced 2026-05-19 17:28:40 +00:00
17 lines
344 B
YAML
17 lines
344 B
YAML
services:
|
|
couchbase:
|
|
image: ghcr.io/tiennm99/couchbase-2.5:2.5.2
|
|
ports:
|
|
- "8091:8091"
|
|
- "8092:8092"
|
|
- "11210:11210"
|
|
- "11211:11211"
|
|
volumes:
|
|
- couchbase_data:/opt/couchbase/var
|
|
# May be required when using dedicated ports (Moxi)
|
|
# stdin_open: true
|
|
# tty: true
|
|
|
|
volumes:
|
|
couchbase_data:
|