docker-compose 模板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
355 B

version: "3.5"
services:
cloud9:
image: couchbase
container_name: couchbase
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
volumes:
- ./app/data:/opt/couchbase/var #optional
ports:
- 8091:8091
- 8092:8092
- 8093:8093
- 8094:8094
- 11210:11210
restart: unless-stopped