From a6a448304a57fa6c88a06ce1a0881f9b67ef6ac2 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Sun, 27 Sep 2020 16:46:04 -0400 Subject: [PATCH] context --- extra/mattermost.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/mattermost.yml b/extra/mattermost.yml index 1c26fe1..c44fd00 100644 --- a/extra/mattermost.yml +++ b/extra/mattermost.yml @@ -4,7 +4,7 @@ services: db: build: - context: compose/production/mattermost/db + context: ../compose/production/mattermost/db read_only: true restart: unless-stopped volumes: @@ -24,7 +24,7 @@ services: app: build: - context: compose/production/mattermost/app + context: ../compose/production/mattermost/app # uncomment following lines for team edition or change UID/GID args: - edition=team @@ -59,7 +59,7 @@ services: web: build: - context: compose/production/mattermost/web + context: ../compose/production/mattermost/web #ports: # - "80:80" # - "443:443"