mirror of
https://github.com/tiennm99/docker-images.git
synced 2026-05-19 23:25:56 +00:00
17 lines
345 B
YAML
17 lines
345 B
YAML
services:
|
|
couchbase:
|
|
# image: ghcr.io/tiennm99/docker-images/couchbase-2.5:latest
|
|
image: couchbase-2.5:latest
|
|
ports:
|
|
- "8091:8091"
|
|
- "8092:8092"
|
|
- "11210:11210"
|
|
- "11211:11211"
|
|
# stdin_open: true
|
|
# tty: true
|
|
# volumes:
|
|
# - couchbase_data:/opt/couchbase/var
|
|
|
|
# volumes:
|
|
# couchbase_data:
|