Do not hardcode/override MM_CONFIG value
This commit is contained in:
		
							parent
							
								
									09f6b6580a
								
							
						
					
					
						commit
						7590cefb53
					
				| @ -9,7 +9,7 @@ DB_PORT_NUMBER=${DB_PORT_NUMBER:-5432} | ||||
| MM_USERNAME=${MM_USERNAME:-mmuser} | ||||
| MM_PASSWORD=${MM_PASSWORD:-mmuser_password} | ||||
| MM_DBNAME=${MM_DBNAME:-mattermost} | ||||
| MM_CONFIG=/mattermost/config/config.json | ||||
| MM_CONFIG=${MM_CONFIG:-/mattermost/config/config.json} | ||||
| 
 | ||||
| if [ "${1:0:1}" = '-' ]; then | ||||
|     set -- platform "$@" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Kyâne Pichou
						Kyâne Pichou