Skip to content

Commit

Permalink
PROCESS: Compatibility with newer versions of Docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lejeune committed Dec 19, 2024
1 parent 7323043 commit f570fea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Installation procedure

export COUCHDB_USER="TO_BE_CHANGED"
export COUCHDB_PASSWORD="TO_BE_CHANGED"
docker compose up --detach
docker compose up -d

Two services are now available:

Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.1'

services:

couchdb:
Expand Down

0 comments on commit f570fea

Please sign in to comment.