From ea81bb5ebc476960332bd38829b14a48215f7043 Mon Sep 17 00:00:00 2001 From: Rae2che5 Date: Wed, 22 Aug 2018 01:44:00 -0700 Subject: [PATCH] Add missing volume declaration. --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 999ef20..f74fadc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,4 +12,6 @@ services: environment: MONGODB_URI: mongodb://mongodb/homebrewery ports: - - "8000:8000" \ No newline at end of file + - "8000:8000" +volumes: + mongodata: