0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-25 21:48:40 +00:00

Add missing volume declaration.

This commit is contained in:
Rae2che5
2018-08-22 01:44:00 -07:00
parent 8d217f8785
commit ea81bb5ebc
+3 -1
View File
@@ -12,4 +12,6 @@ services:
environment: environment:
MONGODB_URI: mongodb://mongodb/homebrewery MONGODB_URI: mongodb://mongodb/homebrewery
ports: ports:
- "8000:8000" - "8000:8000"
volumes:
mongodata: