mirror of
https://github.com/tiennm99/couchbase-docker-compose.git
synced 2026-07-17 14:16:21 +00:00
feature: init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
db:
|
||||
image: couchbase
|
||||
container_name: db
|
||||
ports:
|
||||
- "8091-8097:8091-8097"
|
||||
- "9123:9123"
|
||||
- "11207:11207"
|
||||
- "11210:11210"
|
||||
- "11280:11280"
|
||||
- "18091-18097:18091-18097"
|
||||
volumes:
|
||||
- couchbase_data:/opt/couchbase/var
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
couchbase_data:
|
||||
Reference in New Issue
Block a user