Update docker compose sample file.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-06-05 03:42:55 -04:00
parent 854304d0c9
commit 5e98c17601

View File

@@ -36,7 +36,7 @@ services:
- db:/var/lib/postgresql/data
mayan-edms:
container_name: mayan-edms-app
image: mayanedms/mayanedms:2.6
image: mayanedms/mayanedms:latest
depends_on:
broker:
condition: service_healthy
@@ -53,6 +53,6 @@ services:
MAYAN_DATABASE_PASSWORD: mayan-password
MAYAN_DATABASE_USER: mayan
ports:
- "80:80"
- "80:8000"
volumes:
- app:/var/lib/mayan