Skip to content

Commit

Permalink
[FAB-2830] Fix startup errors for couchdb (docker)
Browse files Browse the repository at this point in the history
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 <harrijk63@gmail.com>
  • Loading branch information
John Harrison committed Mar 19, 2017
1 parent 22c1a1f commit f81d5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/couchdb/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [ "$1" = '/opt/couchdb/bin/couchdb' ]; then
EOWARN
fi


sleep 1
exec su-exec couchdb "$@"
fi

Expand Down

0 comments on commit f81d5e1

Please sign in to comment.