From 61dc377e0a9264c5c5246223cc2610d45c90b208 Mon Sep 17 00:00:00 2001 From: youainti Date: Thu, 29 Dec 2022 11:38:46 -0800 Subject: [PATCH] reworked docker compose --- AACT_downloader/docker-compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AACT_downloader/docker-compose.yaml b/AACT_downloader/docker-compose.yaml index fdefa02..f0dfa38 100644 --- a/AACT_downloader/docker-compose.yaml +++ b/AACT_downloader/docker-compose.yaml @@ -5,6 +5,7 @@ volumes: networks: pharmaceutical_research: #because it helps to have a way to link specifically to this. + external: true services: aact_db: @@ -27,3 +28,4 @@ services: # this is the folder containing entrypoint info. - ./docker-entrypoint-initdb.d/:/docker-entrypoint-initdb.d/ +