Skip to content

Commit

Permalink
Merge pull request #216 from nolim1t/docker-compose-masterfix
Browse files Browse the repository at this point in the history
Fix up docker-compose install on master branch
  • Loading branch information
AnotherDroog committed May 15, 2019
2 parents a402964 + 594ca15 commit 7160ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/init.d/lncm-post
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ start() {
/sbin/apk add python3 curl jq

/usr/bin/pip3 install --upgrade pip && \
/usr/bin/pip3 install docker-compose
/usr/bin/pip3 install docker-compose==1.23.2
}

install_toml() {
Expand Down

0 comments on commit 7160ad1

Please sign in to comment.