forked from mirrors/mattermost-docker
Fix for #16
This commit is contained in:
parent
ac96896538
commit
509ef059ee
@ -41,7 +41,7 @@ MATTERMOST_IMAGE_TAG=5.36
|
|||||||
|
|
||||||
### 3. Create the needed directores and set permissions (this orientates on the previous *mattermost-docker* structure and the direcories can be changed in the *.env* file)
|
### 3. Create the needed directores and set permissions (this orientates on the previous *mattermost-docker* structure and the direcories can be changed in the *.env* file)
|
||||||
```
|
```
|
||||||
mkdir -p ./volumes/app/mattermost/{config,data,logs,plugins,client-plugins}
|
mkdir -p ./volumes/app/mattermost/{config,data,logs,plugins,client/plugins}
|
||||||
sudo chown -R 2000:2000 ./volumes/app/mattermost
|
sudo chown -R 2000:2000 ./volumes/app/mattermost
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ services:
|
|||||||
- ${MATTERMOST_DATA_PATH}:/mattermost/data:rw
|
- ${MATTERMOST_DATA_PATH}:/mattermost/data:rw
|
||||||
- ${MATTERMOST_LOGS_PATH}:/mattermost/logs:rw
|
- ${MATTERMOST_LOGS_PATH}:/mattermost/logs:rw
|
||||||
- ${MATTERMOST_PLUGINS_PATH}:/mattermost/plugins:rw
|
- ${MATTERMOST_PLUGINS_PATH}:/mattermost/plugins:rw
|
||||||
- ${MATTERMOST_CLIENT_PLUGINS_PATH}:/mattermost/client-plugins:rw
|
- ${MATTERMOST_CLIENT_PLUGINS_PATH}:/mattermost/client/plugins:rw
|
||||||
environment:
|
environment:
|
||||||
# timezone inside container
|
# timezone inside container
|
||||||
- TZ
|
- TZ
|
||||||
|
@ -51,7 +51,7 @@ MATTERMOST_CONFIG_PATH=./volumes/app/mattermost/config
|
|||||||
MATTERMOST_DATA_PATH=./volumes/app/mattermost/data
|
MATTERMOST_DATA_PATH=./volumes/app/mattermost/data
|
||||||
MATTERMOST_LOGS_PATH=./volumes/app/mattermost/logs
|
MATTERMOST_LOGS_PATH=./volumes/app/mattermost/logs
|
||||||
MATTERMOST_PLUGINS_PATH=./volumes/app/mattermost/plugins
|
MATTERMOST_PLUGINS_PATH=./volumes/app/mattermost/plugins
|
||||||
MATTERMOST_CLIENT_PLUGINS_PATH=./volumes/app/mattermost/client-plugins
|
MATTERMOST_CLIENT_PLUGINS_PATH=./volumes/app/mattermost/client/plugins
|
||||||
|
|
||||||
## This will be 'mattermost-enterprise-edition' or 'mattermost-team-edition' based on the version of Mattermost you're installing.
|
## This will be 'mattermost-enterprise-edition' or 'mattermost-team-edition' based on the version of Mattermost you're installing.
|
||||||
MATTERMOST_IMAGE=mattermost-enterprise-edition
|
MATTERMOST_IMAGE=mattermost-enterprise-edition
|
||||||
|
Loading…
Reference in New Issue
Block a user