mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Update apps/dokploy/templates/couchdb/docker-compose.yml
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
couchdb:
|
couchdb:
|
||||||
image: couchdb:latest
|
image: couchdb:latest
|
||||||
ports:
|
ports:
|
||||||
- '5984:5984'
|
- '5984'
|
||||||
volumes:
|
volumes:
|
||||||
- couchdb-data:/opt/couchdb/data
|
- couchdb-data:/opt/couchdb/data
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user