Skip to content

Commit f81d5e1

Browse files
author
John Harrison
committed
[FAB-2830] Fix startup errors for couchdb (docker)
https://jira.hyperledger.org/browse/FAB-2830 This small patch resolves the intermittent startup errors for hyperledger/fabric-couchdb docker containers. Change-Id: I32ed298db60952a08db7fc1bcbd5be8e5af14b1b Signed-off-by: John Harrison <[email protected]>
1 parent 22c1a1f commit f81d5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/couchdb/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [ "$1" = '/opt/couchdb/bin/couchdb' ]; then
5050
EOWARN
5151
fi
5252

53-
53+
sleep 1
5454
exec su-exec couchdb "$@"
5555
fi
5656

0 commit comments

Comments
 (0)