taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 630e2cb71bec6982bcbcb22e3a8e8ab451f902a0
parent 1c8ab709aed0eea2aa4b83c72ec7956ae5bd45ca
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 28 Dec 2016 20:45:29 +0100

Fix yml

Diffstat:
Mdocker/debug/docker-compose.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/debug/docker-compose.yml b/docker/debug/docker-compose.yml @@ -4,7 +4,7 @@ services: build: ./shell image: taler/debug/db depends_on: - - postgres + - dbcontainer base: build: ./client depends_on: