From 8828d46a8af313f99d30e260c974b8f5afe6fad8 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sat, 22 May 2021 19:38:11 +0200 Subject: [PATCH] volume bind db --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ddde8885..62ecdbc8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,5 +6,5 @@ services: - 50001:3000 environment: HASH_SALT: xSSHW4A2w0e3vxLUp46XL9OzCGKvxEnA - # volumes: - # - ./db:/app/prisma/db \ No newline at end of file + volumes: + - ./db:/build/prisma/db \ No newline at end of file