From 79b79fa0f938a5dc03fe3bcad12d8ee4f26e632b Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 4 Dec 2015 05:09:26 -0400 Subject: [PATCH] Point to official docker hub image. --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e74f5e5e09..371f567166 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,11 +11,11 @@ redis: mayan-edms: env_file: - ./environment - image: mayanedms/monolithic:2.0.0rc1 + image: mayanedms/monolithic links: - postgres - redis ports: - - "8080:80" + - "80:80" volumes: - /usr/local/lib/python2.7/dist-packages/mayan/media