Update apps/dokploy/templates/couchdb/docker-compose.yml

This commit is contained in:
Mauricio Siu
2025-01-18 17:38:33 -06:00
committed by GitHub
parent a9a0b4cb03
commit d060eec465

View File

@@ -4,7 +4,7 @@ services:
couchdb:
image: couchdb:latest
ports:
- '5984:5984'
- '5984'
volumes:
- couchdb-data:/opt/couchdb/data
environment: