summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-28 20:44:28 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-28 20:44:42 +0100
commit1c8ab709aed0eea2aa4b83c72ec7956ae5bd45ca (patch)
tree22cc865771429c9cdfb56e2fa0b206710fd26918 /docker
parent8c5e0636a56295928b4592046b2e3f11146a2982 (diff)
downloaddeployment-1c8ab709aed0eea2aa4b83c72ec7956ae5bd45ca.tar.gz
deployment-1c8ab709aed0eea2aa4b83c72ec7956ae5bd45ca.tar.bz2
deployment-1c8ab709aed0eea2aa4b83c72ec7956ae5bd45ca.zip
Fix yml
Diffstat (limited to 'docker')
-rw-r--r--docker/debug/docker-compose.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/debug/docker-compose.yml b/docker/debug/docker-compose.yml
index f8c68d9..128a3d4 100644
--- a/docker/debug/docker-compose.yml
+++ b/docker/debug/docker-compose.yml
@@ -3,7 +3,8 @@ services:
shell:
build: ./shell
image: taler/debug/db
- depends_on: postgres
+ depends_on:
+ - postgres
base:
build: ./client
depends_on: