From 9511f82dfe832215a8ed1b09d0f11de5eb544e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Z=C3=B6ller?= Date: Sat, 6 Jun 2020 18:40:43 +0200 Subject: [PATCH] #7 - Fix in the docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d97396f..9021ec6 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ The library provides a set of functions to interact with the testcontainers. A s :env-vars {"POSTGRES_PASSWORD" "verysecret"}}) (tc/configure-volume! {:file-system-bind {:host-path "/tmp" :container-path "/opt" - :mode :read-only}}))) + :mode :read-only}}) + (tc/start!)) (do-database-testing (:host container) (get (:mapped-ports container) 5432))